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

Commit fa40575b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 98e08575 826a3902
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>;
	};