aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Wang <[email protected]>2020-11-02 15:26:52 +0800
committerShawn Guo <[email protected]>2020-11-30 15:08:13 +0800
commit4ebd35bfb1831e549467a0deda99b39acb62cf50 (patch)
treeea8d43f6a031ced8b6359973862e2e5f975ae36a
parent7a1980567fa0b8f37c0fc7d9ca0c7c70724bae3d (diff)
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 <[email protected]> Acked-by: Li Yang <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r--arch/arm/boot/dts/ls1021a.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index e12809d646a2..16744f64e431 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -173,7 +173,7 @@
dcfg: dcfg@1ee0000 {
compatible = "fsl,ls1021a-dcfg", "syscon";
- reg = <0x0 0x1ee0000 0x0 0x10000>;
+ reg = <0x0 0x1ee0000 0x0 0x1000>;
big-endian;
};