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

Commit 38951757 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents efa994ac fe15d06e
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -347,4 +347,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;
	};
};