[PATCH v2 01/11] arm64: dts: ls1043a: fix the wrong size of dcfg space
Li Yang
leoyang.li at nxp.com
Wed Sep 14 14:46:53 PDT 2022
The size of the block should be 0x1000 instead of 0x10000.
Signed-off-by: Li Yang <leoyang.li at nxp.com>
---
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
index ca3d5a90d6d4..e6fce671799d 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
@@ -393,7 +393,7 @@ sfp: efuse at 1e80000 {
dcfg: dcfg at 1ee0000 {
compatible = "fsl,ls1043a-dcfg", "syscon";
- reg = <0x0 0x1ee0000 0x0 0x10000>;
+ reg = <0x0 0x1ee0000 0x0 0x1000>;
big-endian;
};
--
2.37.1
More information about the linux-arm-kernel
mailing list