ARM: dts: msm: Add cpu clock debug node for sdxprairie

Add cpu clock debug node and clock measure support for
sdxprairie.

Change-Id: I95de38dd25b6709b5fc81a01403671fa3f551ce2
Signed-off-by: Naveen Yadav <naveenky@codeaurora.org>
tirimbino
Naveen Yadav 6 years ago
parent 7d0a1bded6
commit d3b4d5b5f9
  1. 8
      arch/arm64/boot/dts/qcom/sdxprairie.dtsi

@ -322,8 +322,9 @@
clock_debugcc: qcom,cc-debug {
compatible = "qcom,debugcc-sdxprairie";
qcom,cc-count = <1>;
qcom,cc-count = <2>;
qcom,gcc = <&clock_gcc>;
qcom,cpucc = <&cpucc_debug>;
clock-names = "xo_clk_src";
clocks = <&clock_rpmh RPMH_CXO_CLK>;
#clock-cells = <1>;
@ -348,6 +349,11 @@
#clock-cells = <1>;
};
cpucc_debug: syscon@1781101c {
compatible = "syscon";
reg = <0x1781101c 0x4>;
};
spmi_bus: qcom,spmi@c440000 {
compatible = "qcom,spmi-pmic-arb";
reg = <0xc440000 0xd00>,

Loading…
Cancel
Save