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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ sfp: efuse@1e80000 {

		dcfg: dcfg@1ee0000 {
			compatible = "fsl,ls1043a-dcfg", "syscon";
			reg = <0x0 0x1ee0000 0x0 0x10000>;
			reg = <0x0 0x1ee0000 0x0 0x1000>;
			big-endian;
		};