ARM: dts: qcom: apq8084: correct thermal sensor unit-address
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 20 Apr 2023 07:50:53 +0000 (09:50 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 30 May 2023 14:54:18 +0000 (07:54 -0700)
Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc/thermal-sensor@fc4a8000: simple-bus unit address format error, expected "fc4a9000"

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230420075053.41976-10-krzysztof.kozlowski@linaro.org
arch/arm/boot/dts/qcom-apq8084.dtsi

index b653ea4..207124d 100644 (file)
                        };
                };
 
-               tsens: thermal-sensor@fc4a8000 {
+               tsens: thermal-sensor@fc4a9000 {
                        compatible = "qcom,msm8974-tsens", "qcom,tsens-v0_1";
                        reg = <0xfc4a9000 0x1000>, /* TM */
                              <0xfc4a8000 0x1000>; /* SROT */