mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
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: 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-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
edcbdd57de
commit
e054c9c38f
|
|
@ -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>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user