Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: ls1021a: fix rcpm failed to claim resource

The range of dcfg reg is wrong, which overlap with other device,
such as rcpm. This issue causing rcpm driver failed to claim
reg resource when calling devm_ioremap_resource().

Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Acked-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Ran Wang and committed by
Shawn Guo
4ebd35bf 7a198056

+1 -1
+1 -1
arch/arm/boot/dts/ls1021a.dtsi
··· 173 173 174 174 dcfg: dcfg@1ee0000 { 175 175 compatible = "fsl,ls1021a-dcfg", "syscon"; 176 - reg = <0x0 0x1ee0000 0x0 0x10000>; 176 + reg = <0x0 0x1ee0000 0x0 0x1000>; 177 177 big-endian; 178 178 }; 179 179