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

Commit 18e138cf authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Update and enable the clock_gcc node on KONA"

parents 491ce2a5 7e9ecb9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
/* Stub regulators */
/ {
	/* PM8150 S3 + S2 + S1 = VDD_CX supply */
	VDD_CX_LEVEL_AO:
	VDD_CX_LEVEL: S3A_LEVEL: pm8150_s3_level: regulator-pm8150-s3-level {
		compatible = "qcom,stub-regulator";
		regulator-name = "pm8150_s3_level";
+7 −3
Original line number Diff line number Diff line
@@ -530,9 +530,13 @@ qcom,msm-imem@146bf000 {
		#clock-cells = <1>;
	};

	clock_gcc: qcom,gcc {
		compatible = "qcom,dummycc";
		clock-output-names = "gcc_clocks";
	clock_gcc: qcom,gcc@100000 {
		compatible = "qcom,gcc-kona";
		reg = <0x100000 0x1f0000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&VDD_CX_LEVEL>;
		vdd_cx_ao-supply = <&VDD_CX_LEVEL_AO>;
		vdd_mm-supply = <&VDD_MMCX_LEVEL>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};