mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Add support for RPMHCC clock controller on ANORAK"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
9f181f72a6
@@ -207,3 +207,8 @@
|
||||
&debugcc {
|
||||
clocks = <&bi_tcxo>;
|
||||
};
|
||||
|
||||
&rpmhcc {
|
||||
compatible = "qcom,dummycc";
|
||||
clock-output-names = "rpmhcc_clocks";
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user