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

Commit 2698ecae authored by Diptanshu Jamgade's avatar Diptanshu Jamgade
Browse files

ARM: dts: msm: Add measure support ddr clock for TRINKET



Add an additional MC_CC debug base to map the mc clock
period register used to calculate the frequency of the
MC clock.

Change-Id: Ibe3331c7265595ef98fed14760c7016bea03438a
Signed-off-by: default avatarDiptanshu Jamgade <djamgade@codeaurora.org>
parent 9066a03d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -822,12 +822,18 @@
		#clock-cells = <1>;
	};

	mccc_debug: syscon@447d200 {
		compatible = "syscon";
		reg = <0x0447d200 0x100>;
	};

	clock_debugcc: qcom,cc-debug {
		compatible = "qcom,debugcc-trinket";
		qcom,gcc = <&clock_gcc>;
		qcom,videocc = <&clock_videocc>;
		qcom,dispcc = <&clock_dispcc>;
		qcom,gpucc = <&clock_gpucc>;
		qcom,mccc = <&mccc_debug>;
		clock-names = "cxo";
		clocks = <&clock_rpmcc RPM_SMD_XO_CLK_SRC>;
		#clock-cells = <1>;