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

Commit 573886ed authored by Tirupathi Reddy's avatar Tirupathi Reddy Committed by Hardik Kantilal Patel
Browse files

ARM: dts: msm: update min voltage limit for L19A of sdm670



The min-voltage requirement of L19A consumers is 3 V. Update
min-voltage for L19A regulator.

CRs-Fixed: 2154131
Change-Id: Ibb88a0f0f86e9e2019e3d55782162b742264cf50
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent 2fed71ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -459,9 +459,9 @@
		pm660_l19: regulator-pm660-l19 {
			regulator-name = "pm660_l19";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			regulator-min-microvolt = <3312000>;
			regulator-min-microvolt = <3000000>;
			regulator-max-microvolt = <3312000>;
			qcom,init-voltage = <3312000>;
			qcom,init-voltage = <3000000>;
			qcom,init-mode = <RPMH_REGULATOR_MODE_LDO_LPM>;
		};
	};