diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-09-09 11:20:26 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-09-13 17:44:51 -0500 |
commit | d07ac9d93ced0f8203230bf1de49b7cc605e1547 (patch) | |
tree | e016e27eb73856527b686cdfd67f29de692ebc7a | |
parent | d30bcfa4408596e8dd3714dfdd90334d2bdc9856 (diff) |
arm64: dts: qcom: msm8953: 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/msm8953.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8953.dtsi b/arch/arm64/boot/dts/qcom/msm8953.dtsi index 8416a45ca4fd..ed05897d33f1 100644 --- a/arch/arm64/boot/dts/qcom/msm8953.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8953.dtsi @@ -722,7 +722,7 @@ }; tcsr_phy_clk_scheme_sel: syscon@193f044 { - compatible = "syscon"; + compatible = "qcom,tcsr-msm8953", "syscon"; reg = <0x193f044 0x4>; }; |