diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-03-06 08:26:18 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-21 20:32:18 -0700 |
commit | 424a4e5273bfc16b6974faff50f0d24c1df0c76e (patch) | |
tree | 303b6302de184b949ad2fbfed4b70616b6e72c73 | |
parent | 43743bfa36daed8f31860ad889a1413f239bb2f2 (diff) |
ARM: dts: qcom: sdx55: add dedicated SDX55 TCSR compatible
syscon should not be used alone as compatible.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-sdx55.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-sdx55.dtsi b/arch/arm/boot/dts/qcom-sdx55.dtsi index 286fa92da428..9148a840b8a0 100644 --- a/arch/arm/boot/dts/qcom-sdx55.dtsi +++ b/arch/arm/boot/dts/qcom-sdx55.dtsi @@ -518,7 +518,7 @@ }; tcsr: syscon@1fcb000 { - compatible = "syscon"; + compatible = "qcom,sdx55-tcsr", "syscon"; reg = <0x01fc0000 0x1000>; }; |