Skip to content

Commit 62c3157

Browse files
committed
Merge tag 'imx-fixes-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
i.MX fixes for 5.11, round 3: - Fix DCFG address range on LS1046A SoC. * tag 'imx-fixes-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: arm64: dts: ls1046a: fix dcfg address range Link: https://lore.kernel.org/r/20210202071441.GP907@dragon Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 6102f9e + aa880c6 commit 62c3157

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)