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)
committerJohn Crispin <john@phrozen.org>
Mon, 26 Nov 2018 11:13:52 +0000 (12:13 +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>
target/linux/ramips/dts/mt7621.dtsi

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