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

Commit 482c2656 authored by Harry Yang's avatar Harry Yang
Browse files

ARM: dts: msm: Reduce cycles between ESR pulses on SM8150 MTP



Increase the rate of pulses from every 10 sec to 7 sec during battery
charging or discharging, to shorten fast calibration period.

Change-Id: I272c4652293be30eb0253fad66343839656a7e61
Signed-off-by: default avatarHarry Yang <harryy@codeaurora.org>
parent cdd97551
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -289,8 +289,8 @@
	qcom,hold-soc-while-full;
	qcom,linearize-soc;
	/* ESR fast calibration */
	qcom,fg-esr-timer-chg-fast = <0 10>;
	qcom,fg-esr-timer-dischg-fast = <0 10>;
	qcom,fg-esr-timer-chg-fast = <0 7>;
	qcom,fg-esr-timer-dischg-fast = <0 7>;
	qcom,fg-esr-timer-chg-slow = <0 96>;
	qcom,fg-esr-timer-dischg-slow = <0 96>;
	qcom,fg-esr-cal-soc-thresh = <26 230>;