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

Commit 57104a38 authored by Arun KS's avatar Arun KS
Browse files

ARM: dts: msm: Enable gcc and cpu clocks on msmtellurium



Add device nodes for gcc and cpu clocks.

Change-Id: I3c23fba9d7a93391ec06480eaf88ffaab09248b0
Signed-off-by: default avatarArun KS <arunks@codeaurora.org>
parent 8ddb1e85
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
@@ -120,12 +120,25 @@
	};

	clock_gcc: qcom,gcc@1800000 {
		compatible = "qcom,dummycc";
		compatible = "qcom,gcc-tellurium";
		reg = <0x1800000 0x80000>,
			<0xb116000 0x00040>,
			<0xb016000 0x00040>,
			<0xb1d0000 0x00040>;
		reg-names = "cc_base", "apcs_c0_base",
			"apcs_c1_base", "apcs_cci_base";
		vdd_dig-supply = <&pmtellurium_s2_corner>;
		vdd_sr2_dig-supply = <&pmtellurium_s2_corner_ao>;
		vdd_sr2_pll-supply = <&pmtellurium_l7_ao>;
		vdd_hf_dig-supply = <&pmtellurium_s2_corner_ao>;
		vdd_hf_pll-supply = <&pmtellurium_l7_ao>;
		#clock-cells = <1>;
	};

	clock_debug: qcom,cc-debug@1874000 {
		compatible = "qcom,dummycc";
		compatible = "qcom,cc-debug-tellurium";
		reg = <0x1874000 0x4>;
		reg-names = "cc_base";
		#clock-cells = <1>;
	};