ARM: dts: msm: Add support for apsscc phandle in debugcc node

Add support for apsscc phandle in debugcc node for cpu measure_only
clocks in CINDER platform.

Change-Id: I0a6ebd95d96e2496c5f66a4624f621f1f234131d
This commit is contained in:
Imran Shaik
2022-05-26 14:29:05 +05:30
parent 0b6be0c165
commit bbacda4aaa

View File

@@ -717,7 +717,6 @@
};
};
ecpri_cc_emac_synce_phy0_clk_src: ecpri_cc_emac_synce_phy0_clk_src {
compatible = "fixed-clock";
clock-frequency = <1000>;
@@ -972,6 +971,11 @@
#reset-cells = <1>;
};
apsscc: syscon@17aa0000 {
compatible = "syscon";
reg = <0x17aa0000 0x1c>;
};
mccc: syscon@190ba000 {
compatible = "syscon";
reg = <0x190ba000 0x54>;
@@ -981,6 +985,7 @@
compatible = "qcom,cinder-debugcc";
qcom,gcc = <&gcc>;
qcom,ecpricc = <&ecpricc>;
qcom,apsscc = <&apsscc>;
qcom,mccc = <&mccc>;
clock-names = "xo_clk_src";
clocks = <&rpmhcc RPMH_CXO_CLK>;