On 20.04.2023 09:50, Krzysztof Kozlowski wrote: > 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 <krzysztof.kozlowski@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi > index 788d9540fab8..939449a0c695 100644 > --- a/arch/arm/boot/dts/qcom-msm8974.dtsi > +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi > @@ -707,7 +707,7 @@ rng@f9bff000 { > 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";