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

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

ARM: dts: msm: Add support of MCCC debug node for lito

To measure measure_only_mccc_clk add support of MCCC 
debug node.

Change-Id: I58a992f1e07ba384a8d8e3d20c045e11db56b696
parent d2b4d028
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1094,6 +1094,11 @@
		reg = <0x182a0018 0x4>;
	};

	mccc: syscon@90b0000 {
		compatible = "syscon";
		reg = <0x90b0000 0x1000>;
	};

	debugcc: qcom,cc-debug {
		compatible = "qcom,lito-debugcc";
		qcom,gcc = <&gcc>;
@@ -1103,6 +1108,7 @@
		qcom,gpucc = <&gpucc>;
		qcom,npucc = <&npucc>;
		qcom,cpucc = <&cpucc>;
		qcom,mccc = <&mccc>;
		clock-names = "xo_clk_src";
		clocks = <&rpmhcc RPMH_CXO_CLK>;
		#clock-cells = <1>;