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

Commit 1047749f authored by Shefali Jain's avatar Shefali Jain
Browse files

ARM: dts: msm: Add the debug clock node for QCS405



Add debug clock controller node to use the
debug clock controller driver for measuring
the clocks.

Change-Id: I465c7ebbaac265e328dd5fe895fee48db9579e13
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent 1471c532
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -226,6 +226,14 @@
		#reset-cells = <1>;
	};

	clock_debugcc: qcom,cc-debug {
		compatible = "qcom,debugcc-qcs405";
		qcom,gcc = <&clock_gcc>;
		clocks = <&clock_rpmcc RPM_SMD_XO_CLK_SRC>;
		clock-names = "xo_clk_src";
		#clock-cells = <1>;
	};

	clock_cpu: qcom,cpu {
		compatible = "qcom,dummycc";
		clock-output-names = "cpu_clocks";