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

Commit fe15d06e authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: add LDO 6 fixed regulator for pmxpoorwills



Add a fixed-regulator device for PMXPOORWILLS LDO 6.  This
regulator is physically kept enabled at all times and there is no
mechanism to modify its state.  The fixed-regulator device can be
used by consumers of LDO 6 to satisfy their supply requirements.

Change-Id: Iaa651c8f8f069da10c1de1984de73adf7e41bf82
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 54d765eb
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -332,4 +332,18 @@
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
		};
	};

	/* Stub regulators */

	/*
	 * RPMh does not provide support for PMXPOORWILLS L6 because it is
	 * always on at 1.8 V.  Therefore, use a fixed regulator for L6.
	 */
	pmxpoorwills_l6: regulator-pmxpoorwills-l6 {
		compatible = "regulator-fixed";
		regulator-name = "pmxpoorwills_l6";
		regulator-min-microvolt = <1800000>;
		regulator-max-microvolt = <1800000>;
		regulator-always-on;
	};
};