summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/nefario/battery.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/nefario/battery.c b/board/nefario/battery.c
index 29619884d8..0c7b885511 100644
--- a/board/nefario/battery.c
+++ b/board/nefario/battery.c
@@ -17,10 +17,10 @@
#define SB_SHUTDOWN_DATA 0x0010
static const struct battery_info info = {
- .voltage_max = 8688, /* 8700mA, round down for chg reg */
- .voltage_normal = 7600,
- .voltage_min = 5800,
- .precharge_current = 256,
+ .voltage_max = 13048, /* 13050mA, round down for chg reg */
+ .voltage_normal = 11400,
+ .voltage_min = 9000,
+ .precharge_current = 300,
.start_charging_min_c = 0,
.start_charging_max_c = 50,
.charging_min_c = 0,