ramips: fix register range of memc node in mt7621.dtsi
authorWeijie Gao <hackpascal@gmail.com>
Sun, 18 Nov 2018 17:12:49 +0000 (01:12 +0800)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:48:17 +0000 (17:48 +0100)
The memc node from mt7621.dtsi has incorrect register resource.
Fix it according to the programming guide.

Signed-off-by: Weijie Gao <hackpascal@gmail.com>
(backported from f5af8be636c94c933674c6a914ae8a752100a8be)

target/linux/ramips/dts/mt7621.dtsi

index df513639a63372d52a784486f8debf85861938cf..d9c9062432555d71801a5e2151640c5a22654a62 100644 (file)
 
                memc: memc@5000 {
                        compatible = "mtk,mt7621-memc";
-                       reg = <0x300 0x100>;
+                       reg = <0x5000 0x1000>;
                };
 
                cpc: cpc@1fbf0000 {