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

Commit a175111b authored by Naveen Yadav's avatar Naveen Yadav
Browse files

ARM: dts: msm: Add the debug clock node for SDXPRAIRIE



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

Change-Id: If3bb5cdd5de2679889fbeb3b63dab21e37fb3ad1
Signed-off-by: default avatarNaveen Yadav <naveenky@codeaurora.org>
parent 40f45665
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -57,6 +57,11 @@
	clock-output-names = "gcc_clocks";
};

&clock_debugcc {
	compatible = "qcom,dummycc";
	clock-output-names = "dummy_clocks";
};

&ipa_hw {
	qcom,ipa-hw-mode = <1>; /* IPA hw type = Virtual */
};
+9 −0
Original line number Diff line number Diff line
@@ -235,6 +235,15 @@
		#reset-cells = <1>;
	};

	clock_debugcc: qcom,cc-debug {
		compatible = "qcom,debugcc-sdxprairie";
		qcom,cc-count = <1>;
		qcom,gcc = <&clock_gcc>;
		clock-names = "xo_clk_src";
		clocks = <&clock_rpmh RPMH_CXO_CLK>;
		#clock-cells = <1>;
	};

	serial_uart: serial@831000 {
		compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
		reg = <0x831000 0x200>;