ARM: dts: msm: Add support for RPMHCC on TUNA platform
Add support for rpmh clock controller nodes on TUNA platform. While at it, keep rpmhcc node as dummy for TUNA rumi platform. Change-Id: I97b2a42df7886295efd8b4a176257fe45a571bae Signed-off-by: Anaadi Mishra <quic_anaadim@quicinc.com>
This commit is contained in:
@@ -190,3 +190,9 @@
|
||||
&tsens3 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&rpmhcc {
|
||||
compatible = "fixed-clock";
|
||||
clock-output-names = "rpmh_clocks";
|
||||
clock-frequency = <19200000>;
|
||||
};
|
||||
|
@@ -655,6 +655,11 @@
|
||||
apps_bcm_voter: bcm_voter {
|
||||
compatible = "qcom,bcm-voter";
|
||||
};
|
||||
|
||||
rpmhcc: clock-controller {
|
||||
compatible = "qcom,tuna-rpmh-clk";
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1442,13 +1447,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
rpmhcc: clock-controller {
|
||||
compatible = "fixed-clock";
|
||||
clock-output-names = "rpmh_clocks";
|
||||
clock-frequency = <19200000>;
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
cambistmclkcc: clock-controller@1760000 {
|
||||
compatible = "qcom,tuna-cambistmclkcc", "syscon";
|
||||
reg = <0x1760000 0x6000>;
|
||||
|
Reference in New Issue
Block a user