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

Commit 2e71828d authored by Shefali Jain's avatar Shefali Jain
Browse files

ARM: dts: msm: Update the GCC clock node for QCS405



Update the global clock controller node to use the
gcc clock driver. Add the clocks and regulator
handles for the same.

Change-Id: Ib21ecac70e0e433c7abf8dbd5f05c86aef7dff99
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent d9281e0f
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -143,8 +143,12 @@
	};

	clock_gcc: qcom,gcc {
		compatible = "qcom,dummycc";
		clock-output-names = "gcc_clocks";
		compatible = "qcom,gcc-qcs405", "syscon";
		reg = <0x1800000 0x80000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&pmd9655_s1_level>;
		clocks = <&clock_rpmcc RPM_SMD_XO_CLK_SRC>;
		clock-names = "cxo";
		#clock-cells = <1>;
		#reset-cells = <1>;
	};