ARM: dts: qcom: sdx55: correct rsc unit-address

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc/rsc@17840000: simple-bus unit address format error, expected "17830000"

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-2-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski
2023-04-20 09:50:45 +02:00
committed by Bjorn Andersson
parent e054c9c38f
commit fd9936dfe4

View File

@@ -792,7 +792,7 @@
};
};
apps_rsc: rsc@17840000 {
apps_rsc: rsc@17830000 {
compatible = "qcom,rpmh-rsc";
reg = <0x17830000 0x10000>, <0x17840000 0x10000>;
reg-names = "drv-0", "drv-1";