Merge "ARM: dts: msm: Add support for RPMHCC on TUNA platform"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
e7915108fb
@@ -190,3 +190,9 @@
|
|||||||
&tsens3 {
|
&tsens3 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&rpmhcc {
|
||||||
|
compatible = "fixed-clock";
|
||||||
|
clock-output-names = "rpmh_clocks";
|
||||||
|
clock-frequency = <19200000>;
|
||||||
|
};
|
||||||
|
|||||||
@@ -657,6 +657,11 @@
|
|||||||
apps_bcm_voter: bcm_voter {
|
apps_bcm_voter: bcm_voter {
|
||||||
compatible = "qcom,bcm-voter";
|
compatible = "qcom,bcm-voter";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rpmhcc: clock-controller {
|
||||||
|
compatible = "qcom,tuna-rpmh-clk";
|
||||||
|
#clock-cells = <1>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -1459,13 +1464,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
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,tuna-cambistmclkcc", "syscon";
|
compatible = "qcom,tuna-cambistmclkcc", "syscon";
|
||||||
reg = <0x1760000 0x6000>;
|
reg = <0x1760000 0x6000>;
|
||||||
|
|||||||
Reference in New Issue
Block a user