1
0
Fork 0

dts/zero-sugar: remove unreasonable charger settings

We do not really want to disable fast-charge and top-off timer, as the
former prevents charger from staying in fast-charge stage for too long,
and the latter triggers the entering to top-off stage.  So before we
get best settings for our battery pack from vendor, let's drop the
settings from device tree and let driver use the default.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
pull/10/head
Shawn Guo 2019-08-13 15:43:09 +02:00 committed by Steinar Bakkemo
parent 5d28b95c80
commit 025677441b
1 changed files with 0 additions and 2 deletions

View File

@ -263,13 +263,11 @@
max77818_chg: charger {
compatible = "maxim,max77818-charger";
fast_charge_timer = <0>; /* disable(0), hours */
fast_charge_current = <2800>; /* mA */
charge_termination_voltage = <4300>; /* mV */
vsys_min = <3400>; /* mV */
input_current_limit_chgin = <2800>; /* mA */
input_current_limit_wcin = <1260>; /* mA */
topoff_timer = <0>; /* min */
topoff_current = <200>; /* mA */
};