summaryrefslogtreecommitdiff
path: root/qcom
diff options
context:
space:
mode:
authorChetan C R <cchinnad@qti.qualcomm.com>2021-02-28 23:23:18 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2021-03-07 06:06:12 -0800
commit9b502562f4a7dd9c422b63d67ead2fa374bd6df4 (patch)
tree208f69878cba14d54dfaf503b2667f13d833d3b5 /qcom
parenta8bfc9c5f714133e7eb4583cdb70c3c1388dab31 (diff)
downloaddevicetree-9b502562f4a7dd9c422b63d67ead2fa374bd6df4.tar.gz
ARM: dts: msm: Add cpucc debugcc support for QM215
Add the cpucc debug clock controller for measuring the clocks on QM215. Change-Id: I8c60fe42aab85a3aa3d2e035e13a3300593d15c0
Diffstat (limited to 'qcom')
-rw-r--r--qcom/msm8917.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/qcom/msm8917.dtsi b/qcom/msm8917.dtsi
index 35bb7c3e..6f9c62b7 100644
--- a/qcom/msm8917.dtsi
+++ b/qcom/msm8917.dtsi
@@ -567,12 +567,18 @@
#reset-cells = <1>;
};
+ cpu_debug: syscon@0b01101c {
+ compatible = "syscon";
+ reg = <0x0b01101c 0x4>;
+ };
+
debugcc: qcom,cc-debug {
compatible = "qcom,msm8917-debugcc";
reg = <0x1874000 0x4>,
<0xb01101c 0x8>;
reg-names = "cc_base", "meas";
qcom,gcc = <&gcc>;
+ qcom,cpu = <&cpu_debug>;
clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>;
clock-names = "xo_clk_src";
#clock-cells = <1>;