Commit 812b0b61 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: add RPM clock controller fallback compatible

The bindings require a fallback compatible to RPM clock controller.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220401201035.189106-4-krzysztof.kozlowski@linaro.org
parent 0e324e9f
...@@ -299,7 +299,7 @@ rpm_requests: rpm-requests { ...@@ -299,7 +299,7 @@ rpm_requests: rpm-requests {
qcom,smd-channels = "rpm_requests"; qcom,smd-channels = "rpm_requests";
rpmcc: clock-controller { rpmcc: clock-controller {
compatible = "qcom,rpmcc-msm8916"; compatible = "qcom,rpmcc-msm8916", "qcom,rpmcc";
#clock-cells = <1>; #clock-cells = <1>;
}; };
......
...@@ -326,7 +326,7 @@ rpm_requests: rpm-requests { ...@@ -326,7 +326,7 @@ rpm_requests: rpm-requests {
qcom,smd-channels = "rpm_requests"; qcom,smd-channels = "rpm_requests";
rpmcc: rpmcc { rpmcc: rpmcc {
compatible = "qcom,rpmcc-msm8953"; compatible = "qcom,rpmcc-msm8953", "qcom,rpmcc";
clocks = <&xo_board>; clocks = <&xo_board>;
clock-names = "xo"; clock-names = "xo";
#clock-cells = <1>; #clock-cells = <1>;
......
...@@ -33,7 +33,7 @@ gmu-sram@0 { ...@@ -33,7 +33,7 @@ gmu-sram@0 {
}; };
&rpmcc { &rpmcc {
compatible = "qcom,rpmcc-msm8992"; compatible = "qcom,rpmcc-msm8992", "qcom,rpmcc";
}; };
&tcsr_mutex { &tcsr_mutex {
......
...@@ -247,7 +247,7 @@ rpm_requests: rpm-requests { ...@@ -247,7 +247,7 @@ rpm_requests: rpm-requests {
qcom,smd-channels = "rpm_requests"; qcom,smd-channels = "rpm_requests";
rpmcc: rpmcc { rpmcc: rpmcc {
compatible = "qcom,rpmcc-msm8994"; compatible = "qcom,rpmcc-msm8994", "qcom,rpmcc";
#clock-cells = <1>; #clock-cells = <1>;
}; };
......
...@@ -461,7 +461,7 @@ rpm_requests: rpm-requests { ...@@ -461,7 +461,7 @@ rpm_requests: rpm-requests {
qcom,glink-channels = "rpm_requests"; qcom,glink-channels = "rpm_requests";
rpmcc: qcom,rpmcc { rpmcc: qcom,rpmcc {
compatible = "qcom,rpmcc-msm8996"; compatible = "qcom,rpmcc-msm8996", "qcom,rpmcc";
#clock-cells = <1>; #clock-cells = <1>;
}; };
......
...@@ -226,7 +226,7 @@ rpm_requests: glink-channel { ...@@ -226,7 +226,7 @@ rpm_requests: glink-channel {
qcom,glink-channels = "rpm_requests"; qcom,glink-channels = "rpm_requests";
rpmcc: clock-controller { rpmcc: clock-controller {
compatible = "qcom,rpmcc-qcs404"; compatible = "qcom,rpmcc-qcs404", "qcom,rpmcc";
#clock-cells = <1>; #clock-cells = <1>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment