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

Commit 5125a045 authored by Jie Cheng's avatar Jie Cheng
Browse files

ARM: dts: msm: update the VIN_MIN value for MSM8916



The PM8916 LBC relies on the VIN_MIN loop to turn off the power FET
when charger removed. It is important to make sure the VIN_MIN setting
value is higher than the VDD_MAX. The VIN_MIN should be set to 100mV
above VDD_MAX so that we could detect the charger removal. The VDD_MAX
value is 4200mv for MTP and 4350mv for SKUH board. The nearest available
VIN_MIN is 4308mv for MTP and 4470mv for SKUH.

CRs-Fixed: 684560
Change-Id: Id7c7df7058dd1e07227caad7e1b660d2ba248a5f
Signed-off-by: default avatarJie Cheng <rockiec@codeaurora.org>
parent 5df047d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@

			qcom,vddmax-mv = <4200>;
			qcom,vddsafe-mv = <4200>;
			qcom,vinmin-mv = <4200>;
			qcom,vinmin-mv = <4308>;
			qcom,ibatsafe-ma = <1440>;
			qcom,thermal-mitigation = <1440 720 630 0>;
			qcom,cool-bat-decidegc = <100>;
+1 −0
Original line number Diff line number Diff line
@@ -269,6 +269,7 @@
&pm8916_chg {
	qcom,vddmax-mv = <4350>;
	qcom,vddsafe-mv = <4380>;
	qcom,vinmin-mv = <4470>;
	qcom,batt-hot-percentage = <35>;
	qcom,batt-cold-percentage = <70>;
	qcom,tchg-mins = <360>;