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

Commit 6320ff32 authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: configure PM8998 S5 and S7 for mode pin control on msm8998



Configure PMIC PM8998 SMPS regulators S5 and S7 to use the
PMIC_AWAKE signal for mode pin control.  This ensures that these
regulators are set to auto mode instead of retention mode during
system suspend when RFCLK3_EN is asserted by the 802.11ad
hardware.  This is needed so that WLAN wake works correctly as
the 802.11ad circuitry draws more current than retention mode
supports.

Change-Id: Id72fb3629b28322d3cb4aa6892e1c166f375a073
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 1342831f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -84,6 +84,8 @@
		pm8998_s5: regulator-s5 {
			regulator-min-microvolt = <1904000>;
			regulator-max-microvolt = <2040000>;
			qcom,init-pin-ctrl-mode = <8>;		/* PMIC_AWAKE */
			qcom,send-defaults;
			status = "okay";
		};
	};
@@ -93,6 +95,8 @@
		pm8998_s7: regulator-s7 {
			regulator-min-microvolt = <900000>;
			regulator-max-microvolt = <1028000>;
			qcom,init-pin-ctrl-mode = <8>;		/* PMIC_AWAKE */
			qcom,send-defaults;
			status = "okay";
		};
	};