OSDN Git Service

arm64: dts: qcom: ipq6018: add missing TCSR syscon compatible
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 9 Sep 2022 09:20:25 +0000 (11:20 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 13 Sep 2022 22:44:51 +0000 (17:44 -0500)
TCSR syscon node should come with dedicated compatible.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220909092035.223915-6-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/ipq6018.dtsi

index aaad7d9..6b35f03 100644 (file)
                };
 
                tcsr: syscon@1937000 {
-                       compatible = "syscon";
+                       compatible = "qcom,tcsr-ipq6018", "syscon";
                        reg = <0x0 0x01937000 0x0 0x21000>;
                };