arm64: dts: qcom: msm8916: correct WCNSS unit address
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 19 Apr 2023 21:18:42 +0000 (23:18 +0200)
committerBjorn Andersson <andersson@kernel.org>
Thu, 25 May 2023 04:50:45 +0000 (21:50 -0700)
Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/remoteproc@a21b000: simple-bus unit address format error, expected "a204000"

Fixes: 88106096cbf8 ("ARM: dts: msm8916: Add and enable wcnss node")
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/20230419211856.79332-4-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/msm8916.dtsi

index 556dbf7..4df55f2 100644 (file)
                        };
                };
 
-               wcnss: remoteproc@a21b000 {
+               wcnss: remoteproc@a204000 {
                        compatible = "qcom,pronto-v2-pil", "qcom,pronto";
                        reg = <0x0a204000 0x2000>, <0x0a202000 0x1000>, <0x0a21b000 0x3000>;
                        reg-names = "ccu", "dxe", "pmu";