Skip to content

Commit aa880c6

Browse files
semihalf-szpak-zytaShawn Guo
authored andcommitted
arm64: dts: ls1046a: fix dcfg address range
Dcfg was overlapping with clockgen address space which resulted in failure in memory allocation for dcfg. According regs description dcfg size should not be bigger than 4KB. Signed-off-by: Zyta Szpak <[email protected]> Fixes: 8126d88 ("arm64: dts: add QorIQ LS1046A SoC support") Signed-off-by: Shawn Guo <[email protected]>
1 parent 82c0827 commit aa880c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385

386386
dcfg: dcfg@1ee0000 {
387387
compatible = "fsl,ls1046a-dcfg", "syscon";
388-
reg = <0x0 0x1ee0000 0x0 0x10000>;
388+
reg = <0x0 0x1ee0000 0x0 0x1000>;
389389
big-endian;
390390
};
391391

0 commit comments

Comments
 (0)