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

Commit 9e266891 authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: support PM855L BOB dynamic mode configuration on SDM855



Add support to allow consumers to dynamically control the mode of
PM855L BOB at runtime.  Implement the following mapping for
pm855l_bob load current requests:

Current (uA)    Active Mode    Sleep Mode
 >= 2000000        PWM            PWM
 >= 1000000        AUTO           PFM
  < 1000000        AUTO           PASS

Change-Id: I789ddf728238765a49e6780b55c6613296a59a98
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 947c85b6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -744,6 +744,11 @@
		mboxes = <&apps_rsc 0>;
		qcom,resource-name = "bobc1";
		qcom,regulator-type = "pmic5-bob";
		qcom,supported-modes =
			<RPMH_REGULATOR_MODE_PASS
			 RPMH_REGULATOR_MODE_LPM
			 RPMH_REGULATOR_MODE_HPM>;
		qcom,mode-threshold-currents = <0 1000000 2000000>;
		qcom,send-defaults;

		pm855l_bob: regulator-pm855l-bob {