diff options
| author | Krzysztof Kozlowski <[email protected]> | 2022-09-09 11:20:25 +0200 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2022-09-13 17:44:51 -0500 |
| commit | d30bcfa4408596e8dd3714dfdd90334d2bdc9856 (patch) | |
| tree | 3837ff525c7df99c5c23f9d7ee6a13ea42a550ab | |
| parent | e0eeb08522c94860c3528816f612c335a6d6552c (diff) | |
arm64: dts: qcom: ipq6018: add missing TCSR syscon compatible
TCSR syscon node should come with dedicated compatible.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi index aaad7d9059f6..6b35f03c4862 100644 --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi @@ -258,7 +258,7 @@ }; tcsr: syscon@1937000 { - compatible = "syscon"; + compatible = "qcom,tcsr-ipq6018", "syscon"; reg = <0x0 0x01937000 0x0 0x21000>; }; |