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

Commit 019c1f45 authored by Anirudh Ghayal's avatar Anirudh Ghayal Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: mdm: Add floor-level regulator for MX on 9x07



Add floor-level regulator for the MX rail which can be used
by the thermal framework.

Change-Id: Ie2482f7a08cf5a6664fc85e2f858eeb105b1ddc0
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 863a7de4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -252,6 +252,18 @@
					<RPM_SMD_REGULATOR_LEVEL_TURBO>;
			qcom,use-voltage-level;
		};

		mdm9607_l12_floor_level: regulator-l12-floor-level {
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "mdm9607_l12_floor_lebel";
			qcom,set = <3>;
			regulator-min-microvolt =
					<RPM_SMD_REGULATOR_LEVEL_RETENTION>;
			regulator-max-microvolt =
					<RPM_SMD_REGULATOR_LEVEL_TURBO>;
			qcom,use-voltage-level;
			qcom,always-send-voltage;
		};
	};

	rpm-regulator-ldoa13 {