ramips: fix register range of memc node in mt7621.dtsi

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>
v19.07.3_mercusys_ac12_duma
Weijie Gao 6 years ago committed by John Crispin
parent e217d69a4a
commit f5af8be636

@ -151,7 +151,7 @@
memc: memc@5000 {
compatible = "mtk,mt7621-memc";
reg = <0x300 0x100>;
reg = <0x5000 0x1000>;
};
cpc: cpc@1fbf0000 {

Loading…
Cancel
Save