Commit 02ede956 authored by Chuanhong Guo's avatar Chuanhong Guo Committed by Greg Kroah-Hartman

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: default avatarWeijie Gao <hackpascal@gmail.com>
Signed-off-by: default avatarChuanhong Guo <gch981213@gmail.com>
Link: https://lore.kernel.org/r/20200109080120.362110-1-gch981213@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cd42570f
......@@ -138,7 +138,7 @@ i2s: i2s@a00 {
memc: memc@5000 {
compatible = "mtk,mt7621-memc";
reg = <0x300 0x100>;
reg = <0x5000 0x1000>;
};
cpc: cpc@1fbf0000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment