summaryrefslogtreecommitdiff
path: root/common/battery_kirby.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/battery_kirby.c')
-rw-r--r--common/battery_kirby.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/common/battery_kirby.c b/common/battery_kirby.c
index 38caf37a5b..a149ba7aed 100644
--- a/common/battery_kirby.c
+++ b/common/battery_kirby.c
@@ -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 */