rk29_phone:modify charge parameter of wm831x

This commit is contained in:
root
2011-09-09 14:28:33 +08:00
parent a11a4258be
commit 1921541e99
2 changed files with 4 additions and 4 deletions

View File

@@ -856,9 +856,9 @@ struct wm831x_battery_pdata wm831x_battery_platdata = {
.off_mask = 1, /** Mask OFF while charging */
.trickle_ilim = 200, /** Trickle charge current limit, in mA */
.vsel = 4200, /** Target voltage, in mV */
.eoc_iterm = 90, /** End of trickle charge current, in mA */
.eoc_iterm = 50, /** End of trickle charge current, in mA */
.fast_ilim = 600, /** Fast charge current limit, in mA */
.timeout = 240, /** Charge cycle timeout, in minutes */
.timeout = 480, /** Charge cycle timeout, in minutes */
.syslo = 3300, /* syslo threshold, in mV*/
.sysok = 3500, /* sysko threshold, in mV*/
};

View File

@@ -930,9 +930,9 @@ struct wm831x_battery_pdata wm831x_battery_platdata = {
.off_mask = 1, /** Mask OFF while charging */
.trickle_ilim = 200, /** Trickle charge current limit, in mA */
.vsel = 4200, /** Target voltage, in mV */
.eoc_iterm = 90, /** End of trickle charge current, in mA */
.eoc_iterm = 50, /** End of trickle charge current, in mA */
.fast_ilim = 500, /** Fast charge current limit, in mA */
.timeout = 240, /** Charge cycle timeout, in minutes */
.timeout = 480, /** Charge cycle timeout, in minutes */
.syslo = 3300, /* syslo threshold, in mV*/
.sysok = 3500, /* sysko threshold, in mV*/
};