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

Commit 50dc5782 authored by Pushkar Joshi's avatar Pushkar Joshi
Browse files

ARM: dts: msm: Add the debug clock device for MSM8992



Add the DT entry for the debug clock device to enable
measurement of the relevant clocks.

Change-Id: I855e0cfa51ad28a2268b9865427fae5721535e06
Signed-off-by: default avatarPushkar Joshi <pushkarj@codeaurora.org>
parent c5564588
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -366,6 +366,16 @@
		#clock-cells = <1>;
	};

	clock_debug: qcom,cc-debug@fc401880 {
		compatible = "qcom,cc-debug-8992";
		reg = <0xfc401880 0x4>;
		reg-names = "cc_base";
		clock-names = "debug_mmss_clk", "debug_rpm_clk";
		clocks = <&clock_mmss clk_mmss_debug_mux>,
		         <&clock_rpm clk_rpm_debug_mux>;
		#clock-cells = <1>;
	};

	dummy_vreg: dummy_vreg {
		compatible = "regulator-fixed";
		status = "ok";