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

Commit 68c065a3 authored by Tirupathi Reddy's avatar Tirupathi Reddy
Browse files

ARM: dts: msm: update S1 buck configuration for msm8953



PM8953 S1 buck supplies VDD_MSS rail that uses voltage levels.
Update S1 buck configuration to use voltage levels.

CRs-Fixed: 2153094
Change-Id: I5d9eac86113994880fc4fffb917f031e524ea051
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent 901d889a
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -17,9 +17,11 @@
	rpm-regulator-smpa1 {
		status = "okay";
		pm8953_s1: regulator-s1 {
			regulator-min-microvolt = <870000>;
			regulator-max-microvolt = <1156000>;
			qcom,init-voltage = <1000000>;
			regulator-min-microvolt =
					<RPM_SMD_REGULATOR_LEVEL_RETENTION>;
			regulator-max-microvolt =
					<RPM_SMD_REGULATOR_LEVEL_TURBO>;
			qcom,use-voltage-level;
			status = "okay";
		};
	};