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

Commit 15d77324 authored by Vicky Wallace's avatar Vicky Wallace Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add debug clock for sdxpoorwills



Add clock debug node for GCC clocks.

CRs-Fixed: 2155384
Change-Id: I5434c92cb65343a3f54fc55577b6f3a0f3516444
Signed-off-by: default avatarVicky Wallace <vwallace@codeaurora.org>
parent 65ca63e7
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@
	};

	clock_gcc: qcom,gcc@100000 {
		compatible = "qcom,gcc-sdxpoorwills";
		compatible = "qcom,gcc-sdxpoorwills", "syscon";
		reg = <0x100000 0x1f0000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&pmxpoorwills_s5_level>;
@@ -262,6 +262,14 @@
			< 1 >;
	};

	clock_debug: qcom,cc-debug {
		compatible = "qcom,debugcc-sdxpoorwills";
		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>;