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

Commit 9b502562 authored by Chetan C R's avatar Chetan C R Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add cpucc debugcc support for QM215

Add the cpucc debug clock controller for measuring the
clocks on QM215.

Change-Id: I8c60fe42aab85a3aa3d2e035e13a3300593d15c0
parent a8bfc9c5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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>;