mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
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>
This commit is contained in:
parent
e217d69a4a
commit
f5af8be636
@ -151,7 +151,7 @@
|
|||||||
|
|
||||||
memc: memc@5000 {
|
memc: memc@5000 {
|
||||||
compatible = "mtk,mt7621-memc";
|
compatible = "mtk,mt7621-memc";
|
||||||
reg = <0x300 0x100>;
|
reg = <0x5000 0x1000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpc: cpc@1fbf0000 {
|
cpc: cpc@1fbf0000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user