kirby: Update battery voltage parameters

Nominal voltage is 3.7V and maximum voltage is 4.2V.

BUG=chrome-os-partner:22055
TEST=None
BRANCH=None

Change-Id: Ia1425ecebad49da676c1a22e4dcdbb43bebbd407
Signed-off-by: Vic Yang <victoryang@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/168731
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
Vic Yang
2013-09-10 15:18:50 +08:00
committed by chrome-internal-fetch
parent c0c90c6f18
commit db0b93609b

View File

@@ -19,14 +19,12 @@ const struct battery_temperature_ranges bat_temp_ranges = {
static const struct battery_info info = {
/*
* TODO(victoryang): What are the correct values?
* Design voltage
* max = 4.4V
* normal = 3.8V
* max = 4.2V
* normal = 3.7V
* min = 3.0V
*/
.voltage_max = 4400,
.voltage_normal = 3800,
.voltage_max = 4200,
.voltage_normal = 3700,
.voltage_min = 3000,
/* Pre-charge current: I <= 0.01C */