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

Commit d322a5a5 authored by Ashay Jaiswal's avatar Ashay Jaiswal
Browse files

ARM: dts: msm: update voltage range for PM8009L2/L7 regulator



Update voltage range for PM8009L2/L7 regulator as per AOP
configuration and configure L11A as parent supply for L17A.

Change-Id: I4247cbf6815e1ef90d8e11a9d35a68d04cd2bca0
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent 8f98759d
Loading
Loading
Loading
Loading
+6 −4
Original line number Original line Diff line number Diff line
@@ -496,6 +496,8 @@
				<RPMH_REGULATOR_MODE_LPM
				<RPMH_REGULATOR_MODE_LPM
				RPMH_REGULATOR_MODE_HPM>;
				RPMH_REGULATOR_MODE_HPM>;
		qcom,mode-threshold-currents = <0 1>;
		qcom,mode-threshold-currents = <0 1>;
		pm6150_l17-parent-supply = <&pm6150_l11>;

		L17A: pm6150_l17: regulator-pm6150-l17 {
		L17A: pm6150_l17: regulator-pm6150-l17 {
			regulator-name = "pm6150_l17";
			regulator-name = "pm6150_l17";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
@@ -803,8 +805,8 @@
		L2F: pm8009_l2: regulator-pm8009-l2 {
		L2F: pm8009_l2: regulator-pm8009-l2 {
			regulator-name = "pm8009_l2";
			regulator-name = "pm8009_l2";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			regulator-min-microvolt = <1040000>;
			regulator-min-microvolt = <1050000>;
			regulator-max-microvolt = <1040000>;
			regulator-max-microvolt = <1050000>;
		};
		};
	};
	};


@@ -872,8 +874,8 @@
		L7F: pm8009_l7: regulator-pm8009-l7 {
		L7F: pm8009_l7: regulator-pm8009-l7 {
			regulator-name = "pm8009_l7";
			regulator-name = "pm8009_l7";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			regulator-min-microvolt = <1696000>;
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <1696000>;
			regulator-max-microvolt = <1800000>;
		};
		};
	};
	};