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

Commit d17b4826 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: configure PMI8998 BOB mode based on APPS state for SDM845"

parents cf8e3d77 61008128
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1389,12 +1389,24 @@
		compatible = "qcom,rpmh-vrm-regulator";
		mboxes = <&apps_rsc 0>;
		qcom,resource-name = "bobb1";
		qcom,send-defaults;

		pmi8998_bob: regulator-bob {
			regulator-name = "pmi8998_bob";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			regulator-min-microvolt = <3312000>;
			regulator-max-microvolt = <3600000>;
			qcom,init-voltage = <3312000>;
			qcom,init-mode = <RPMH_REGULATOR_MODE_BOB_PASS>;
		};

		pmi8998_bob_ao: regulator-bob-ao {
			regulator-name = "pmi8998_bob_ao";
			qcom,set = <RPMH_REGULATOR_SET_ACTIVE>;
			regulator-min-microvolt = <3312000>;
			regulator-max-microvolt = <3600000>;
			qcom,init-voltage = <3312000>;
			qcom,init-mode = <RPMH_REGULATOR_MODE_BOB_AUTO>;
		};
	};