ARM: dts: msm: Enable clock rpmh device node for Sun
Remove fixed-factor-clock and enable device node for rpmh clocks under apps_rsc in place of fixed clocks. Change-Id: I9c4d242882f29f616574e339581722b65f27a74f Signed-off-by: Xubin Bai <quic_xubibai@quicinc.com>
This commit is contained in:
committed by
Vivek Aknurwar
parent
b535b64615
commit
ad62d3ca63
@@ -656,9 +656,15 @@
|
|||||||
<CONTROL_TCS 0>,
|
<CONTROL_TCS 0>,
|
||||||
<FAST_PATH_TCS 1>;
|
<FAST_PATH_TCS 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
apps_bcm_voter: bcm_voter {
|
apps_bcm_voter: bcm_voter {
|
||||||
compatible = "qcom,bcm-voter";
|
compatible = "qcom,bcm-voter";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rpmhcc: clock-controller {
|
||||||
|
compatible = "qcom,sun-rpmh-clk";
|
||||||
|
#clock-cells = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -713,31 +719,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cxo: bi_tcxo {
|
|
||||||
compatible = "fixed-factor-clock";
|
|
||||||
clocks = <&xo_board>;
|
|
||||||
clock-mult = <1>;
|
|
||||||
clock-div = <4>;
|
|
||||||
#clock-cells = <0>;
|
|
||||||
clock-output-names = "bi_tcxo";
|
|
||||||
};
|
|
||||||
|
|
||||||
cxo_a: bi_tcxo_ao {
|
|
||||||
compatible = "fixed-factor-clock";
|
|
||||||
clocks = <&xo_board>;
|
|
||||||
clock-mult = <1>;
|
|
||||||
clock-div = <4>;
|
|
||||||
#clock-cells = <0>;
|
|
||||||
clock-output-names = "bi_tcxo_ao";
|
|
||||||
};
|
|
||||||
|
|
||||||
rpmhcc: clock-controller {
|
|
||||||
compatible = "fixed-clock";
|
|
||||||
clock-output-names = "rpmh_clocks";
|
|
||||||
clock-frequency = <19200000>;
|
|
||||||
#clock-cells = <1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
cambistmclkcc: clock-controller@1760000 {
|
cambistmclkcc: clock-controller@1760000 {
|
||||||
compatible = "qcom,sun-cambistmclkcc", "syscon";
|
compatible = "qcom,sun-cambistmclkcc", "syscon";
|
||||||
reg = <0x1760000 0x6000>;
|
reg = <0x1760000 0x6000>;
|
||||||
|
Reference in New Issue
Block a user