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

Commit 3103fea7 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 SDMMAGPIE



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

Change-Id: Ic936bdca83ffd5449ff24170c17909470a5c0cf2
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent c10e4ea8
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -714,6 +714,26 @@
		status = "disabled";
	};

	cpucc_debug: syscon@182a0018 {
		compatible = "syscon";
		reg = <0x182a0018 0x4>;
	};

	clock_debug: qcom,cc-debug {
		compatible = "qcom,debugcc-sdmmagpie";
		qcom,cc-count = <7>;
		qcom,gcc = <&clock_gcc>;
		qcom,videocc = <&clock_videocc>;
		qcom,camcc = <&clock_camcc>;
		qcom,dispcc = <&clock_dispcc>;
		qcom,gpucc = <&clock_gpucc>;
		qcom,npucc = <&clock_npucc>;
		qcom,cpucc = <&cpucc_debug>;
		clocks = <&clock_rpmh RPMH_CXO_CLK>;
		clock-names = "xo_clk_src";
		#clock-cells = <1>;
	};

	qcom,sps {
		compatible = "qcom,msm-sps-4k";
		qcom,pipe-attr-ee;