diff options
author | Chuanhong Guo <[email protected]> | 2020-01-09 16:00:03 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-01-10 13:49:18 +0100 |
commit | 02ede9567e016622fa01f32649127352e11ed61d (patch) | |
tree | 178177d026f6a6821c2a28dd31dfc4723eb71fb5 | |
parent | cd42570fa91c2831a23849c8fc59417557d0292a (diff) |
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 <[email protected]>
Signed-off-by: Chuanhong Guo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/mt7621-dts/mt7621.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/mt7621-dts/mt7621.dtsi b/drivers/staging/mt7621-dts/mt7621.dtsi index a4c08110094b..d89d68ffa7bc 100644 --- a/drivers/staging/mt7621-dts/mt7621.dtsi +++ b/drivers/staging/mt7621-dts/mt7621.dtsi @@ -138,7 +138,7 @@ memc: memc@5000 { compatible = "mtk,mt7621-memc"; - reg = <0x300 0x100>; + reg = <0x5000 0x1000>; }; cpc: cpc@1fbf0000 { |