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

Commit 026afce1 authored by Umang Agrawal's avatar Umang Agrawal
Browse files

ARM: dts: msm: Add pm660 s6 regulator



Add the SMPS-6 regulator configuration for spyro target
as it is used by modem pil.

Change-Id: Iaeb3ecc06f13d8120eeb0f6e72b44ad8af58161b
Signed-off-by: default avatarUmang Agrawal <uagrawal@codeaurora.org>
parent fd86ede3
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -116,6 +116,21 @@
		};
	};

	rpm-regulator-smpa6 {
		status = "okay";
		S6A: pm660_s6_level: regulator-s6-level {
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "pm660_s6_level";
			qcom,set = <3>;
			regulator-min-microvolt =
				<RPM_SMD_REGULATOR_LEVEL_RETENTION>;
			regulator-max-microvolt =
				<RPM_SMD_REGULATOR_LEVEL_BINNING>;
			qcom,use-voltage-level;
			status = "okay";
		};
	};

	rpm-regulator-ldoa1 {
		status = "okay";
		L1A: pm660_l1: regulator-l1 {