From: Krzysztof Kozlowski Date: Thu, 20 Apr 2023 07:50:46 +0000 (+0200) Subject: ARM: dts: qcom: msm8974: correct pronto unit-address X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dcbd24008bfa9b2fc63ea34092b036f3f76b35db;p=linux.git ARM: dts: qcom: msm8974: correct pronto unit-address Match unit-address to reg entry to fix dtbs W=1 warnings: Warning (simple_bus_reg): /soc/remoteproc@fb21b000: simple-bus unit address format error, expected "fb204000" Signed-off-by: Krzysztof Kozlowski Reviewed-by: Konrad Dybcio Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20230420075053.41976-3-krzysztof.kozlowski@linaro.org --- diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi index 9f0a6d7a38677..b30d598441365 100644 --- a/arch/arm/boot/dts/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi @@ -706,7 +706,7 @@ clock-names = "core"; }; - pronto: remoteproc@fb21b000 { + pronto: remoteproc@fb204000 { compatible = "qcom,pronto-v2-pil", "qcom,pronto"; reg = <0xfb204000 0x2000>, <0xfb202000 0x1000>, <0xfb21b000 0x3000>; reg-names = "ccu", "dxe", "pmu";