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

Commit 326aaaf0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Define SMPS4A as a rpmh-regulator for lito"

parents 10d7b349 c7e92ec8
Loading
Loading
Loading
Loading
+15 −10
Original line number Diff line number Diff line
@@ -32,16 +32,21 @@
		};
	};

	/*
	 * RPMh does not provide support for PM8150 S4 because it is always-on
	 * at 1.8 V in auto mode.  Therefore, use a stub regulator for S4.
	 */
	rpmh-regulator-smpa4 {
		compatible = "qcom,rpmh-vrm-regulator";
		qcom,resource-name = "smpa4";
		qcom,regulator-type = "pmic5-hfsmps";
		qcom,supported-modes =
			<RPMH_REGULATOR_MODE_RET
			 RPMH_REGULATOR_MODE_AUTO>;
		qcom,mode-threshold-currents = <0 1>;
		S4A: pm8150_s4: regulator-pm8150-s4 {
		compatible = "qcom,stub-regulator";
			regulator-name = "pm8150_s4";
		qcom,hpm-min-load = <100000>;
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <1800000>;
			qcom,init-voltage = <1800000>;
		};
	};

	rpmh-regulator-smpa5 {