mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 15:11:54 +00:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user