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

Commit 826a3902 authored by Pushkar Joshi's avatar Pushkar Joshi
Browse files

ARM: dts: msm: Add the GCC clock controller device for MSM8992



Replace the exisitng dummy GCC clock controller with the real
GCC clock controller device for 8992.

Change-Id: Ifed15c4e43361c79be2d3f90103fe07026a66f9a
Signed-off-by: default avatarPushkar Joshi <pushkarj@codeaurora.org>
parent 05b55e0a
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -344,7 +344,13 @@
	};

	clock_gcc: qcom,gcc@fc400000 {
		compatible = "qcom,dummycc";
		compatible = "qcom,gcc-8992";
		reg = <0xfc400000 0x2000>;
		reg-names = "cc_base";
		vdd_dig-supply = <&pm8994_s1_corner>;
		clock-names = "xo", "xo_a_clk";
		clocks = <&clock_rpm clk_cxo_clk_src>,
		         <&clock_rpm clk_cxo_clk_src_ao>;
		#clock-cells = <1>;
	};