mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
staging: mt7621-dts: 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> Signed-off-by: Chuanhong Guo <gch981213@gmail.com> Link: https://lore.kernel.org/r/20200109080120.362110-1-gch981213@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cd42570fa9
commit
02ede9567e
@ -138,7 +138,7 @@
|
||||
|
||||
memc: memc@5000 {
|
||||
compatible = "mtk,mt7621-memc";
|
||||
reg = <0x300 0x100>;
|
||||
reg = <0x5000 0x1000>;
|
||||
};
|
||||
|
||||
cpc: cpc@1fbf0000 {
|
||||
|
Loading…
Reference in New Issue
Block a user