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

Commit d6680f6b 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 PM8994 LDO 18 pin control regulator for msm8996"

parents d00d5af3 d7435240
Loading
Loading
Loading
Loading
+17 −3
Original line number Diff line number Diff line
@@ -269,11 +269,25 @@
	rpm-regulator-ldoa18 {
		status = "okay";
		pm8994_l18: regulator-l18 {
			regulator-min-microvolt = <2850000>;
			regulator-max-microvolt = <2850000>;
			qcom,init-voltage = <2850000>;
			regulator-min-microvolt = <2700000>;
			regulator-max-microvolt = <2900000>;
			qcom,init-voltage = <2700000>;
			status = "okay";
		};

		pm8994_l18_pin_ctrl: regulator-l18 {
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "pm8994_l18_pin_ctrl";
			qcom,set = <3>;
			regulator-min-microvolt = <2700000>;
			regulator-max-microvolt = <2900000>;
			qcom,init-voltage = <2700000>;
			/*
			 * LDO 18 output is enabled when PM8994 GPIO 11 (HW_EN2)
			 * is driven high.
			 */
			qcom,enable-with-pin-ctrl = <0 4>;
		};
	};

	rpm-regulator-ldoa19 {