Commit e054c9c3 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: ipq4019: correct syscon unit-address



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

  Warning (simple_bus_reg): /soc/syscon@1fcb000: simple-bus unit address format error, expected "1fc0000"

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230420075053.41976-1-krzysztof.kozlowski@linaro.org
parent edcbdd57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ tcsr_mutex: hwlock@1f40000 {
			#hwlock-cells = <1>;
		};

		tcsr: syscon@1fcb000 {
		tcsr: syscon@1fc0000 {
			compatible = "qcom,sdx55-tcsr", "syscon";
			reg = <0x01fc0000 0x1000>;
		};