Merge "ARM: dts: msm: Add support for RPMHCC clock controller on ANORAK"

This commit is contained in:
qctecmdr
2022-07-20 14:02:24 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 10 additions and 7 deletions

View File

@@ -207,3 +207,8 @@
&debugcc {
clocks = <&bi_tcxo>;
};
&rpmhcc {
compatible = "qcom,dummycc";
clock-output-names = "rpmhcc_clocks";
};

View File

@@ -355,6 +355,11 @@
<FAST_PATH_TCS 1>,
<CONTROL_TCS 0>; /* PDC wakeup values will be written from TZ */
rpmhcc: qcom,rpmhclk {
compatible = "qcom,anorak-rpmh-clk";
#clock-cells = <1>;
};
apps_bcm_voter: bcm_voter {
compatible = "qcom,bcm-voter";
};
@@ -742,13 +747,6 @@
#clock-cells = <1>;
};
rpmhcc: qcom,rpmhcc {
compatible = "qcom,dummycc";
clock-output-names = "rpmhcc_clocks";
#clock-cells = <1>;
#reset-cells = <1>;
};
camcc: clock-controller@ade0000 {
compatible = "qcom,anorak-camcc", "syscon";
reg = <0xade0000 0x20000>;