Commit 9b6408f0 authored by Li Yang's avatar Li Yang Committed by Shawn Guo

arm64: dts: ls1043a: fix the wrong size of dcfg space

The size of the block should be 0x1000 instead of 0x10000.
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 4dede987
...@@ -393,7 +393,7 @@ sfp: efuse@1e80000 { ...@@ -393,7 +393,7 @@ sfp: efuse@1e80000 {
dcfg: dcfg@1ee0000 { dcfg: dcfg@1ee0000 {
compatible = "fsl,ls1043a-dcfg", "syscon"; compatible = "fsl,ls1043a-dcfg", "syscon";
reg = <0x0 0x1ee0000 0x0 0x10000>; reg = <0x0 0x1ee0000 0x0 0x1000>;
big-endian; big-endian;
}; };
......
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