summaryrefslogtreecommitdiff
path: root/board/kip/battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kip/battery.c')
-rw-r--r--board/kip/battery.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/kip/battery.c b/board/kip/battery.c
index 192a87248f..15df43b36c 100644
--- a/board/kip/battery.c
+++ b/board/kip/battery.c
@@ -16,9 +16,9 @@
#define SB_SHUTDOWN_DATA 0x0010
static const struct battery_info info = {
- .voltage_max = 8400, /* mV */
- .voltage_normal = 7400,
- .voltage_min = 6000,
+ .voltage_max = 12900, /* mV */
+ .voltage_normal = 11400,
+ .voltage_min = 8250,
.precharge_current = 256, /* mA */
.start_charging_min_c = 0,
.start_charging_max_c = 45,