diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-04-20 09:50:44 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-05-30 07:54:18 -0700 |
commit | e054c9c38f439613a2c4dd81db46909ba532b1b9 (patch) | |
tree | 72c3b3e086b9ccd7e006b7a9370dec20287ed310 | |
parent | edcbdd57de499305e2a3737d4a73fe387f71d84c (diff) |
ARM: dts: qcom: ipq4019: correct syscon unit-address
Match unit-address to reg entry to fix dtbs W=1 warnings:
Warning (simple_bus_reg): /soc/syscon@1fcb000: simple-bus unit address format error, expected "1fc0000"
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-sdx55.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-sdx55.dtsi b/arch/arm/boot/dts/qcom-sdx55.dtsi index 342c3d14001e..72d82a9a6cc5 100644 --- a/arch/arm/boot/dts/qcom-sdx55.dtsi +++ b/arch/arm/boot/dts/qcom-sdx55.dtsi @@ -515,7 +515,7 @@ #hwlock-cells = <1>; }; - tcsr: syscon@1fcb000 { + tcsr: syscon@1fc0000 { compatible = "qcom,sdx55-tcsr", "syscon"; reg = <0x01fc0000 0x1000>; }; |