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

Commit d46e6c4b authored by Zhenhua Huang's avatar Zhenhua Huang Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: charging configuration for msm8916 device



QRD msm8916 devices use a 4.35V battery, Tcold = 0 degrees
centigrade(THcold = 75%), Thot = 58 degrees centigrade
(THhot = 30%). Change the charging settings to make sure
charging funtion work normally.

Change-Id: Ifdd9b9c5f476d1b5a174be81e87620806a95f28f
Signed-off-by: default avatarZhenhua Huang <zhenhuah@codeaurora.org>
parent ec8352c7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -126,3 +126,12 @@
		};
	};
};

&pm8916_chg {
	qcom,vddmax-mv = <4350>;
	qcom,vddsafe-mv = <4380>;
	qcom,batt-hot-percentage = <35>;
	qcom,batt-cold-percentage = <70>;
	qcom,tchg-mins = <360>;
	status = "okay";
};