mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-26 03:52:41 +00:00
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:
committed by
Bjorn Andersson
parent
e054c9c38f
commit
fd9936dfe4
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user