Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32dc47b1 authored by Shefali Jain's avatar Shefali Jain Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add the debug clock node for CPU clocks on QCS405



Add CPU debug clock node to measure the apcs_mux on QCS405.

Change-Id: I29a62bd87572e26932410460820202f7a7e29c9b
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent 14496f88
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -251,11 +251,17 @@
	clock_debugcc: qcom,cc-debug {
		compatible = "qcom,debugcc-qcs405";
		qcom,gcc = <&clock_gcc>;
		qcom,cpucc = <&cpucc_debug>;
		clocks = <&clock_rpmcc RPM_SMD_XO_CLK_SRC>;
		clock-names = "xo_clk_src";
		#clock-cells = <1>;
	};

	cpucc_debug: syscon@0b01101c {
		compatible = "syscon";
		reg = <0xb01101c 0x4>;
	};

	clock_cpu: qcom,clock-cpu@0b011050 {
		status = "disabled";
		compatible = "qcom,cpu-qcs405";