From c3c55b71261ca9ac43e6df5e05cb3a3fcd47efee Mon Sep 17 00:00:00 2001 From: Scott Chao Date: Fri, 6 Dec 2019 17:00:30 +0800 Subject: volteer: update battery parameter Update battery parameter BUG=b:145786003 BRANCH=NONE TEST=make buildall Change-Id: Ie0941cb06d82902a3b32b9165644a62efdb05746 Signed-off-by: Scott Chao Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1955106 Reviewed-by: Keith Short --- board/volteer/battery.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/board/volteer/battery.c b/board/volteer/battery.c index a74afdd763..1c24e1ec24 100644 --- a/board/volteer/battery.c +++ b/board/volteer/battery.c @@ -50,16 +50,16 @@ const struct board_batt_params board_battery_info[] = { } }, .batt_info = { - .voltage_max = TARGET_WITH_MARGIN(13050, 5), - .voltage_normal = 11400, /* mV */ + .voltage_max = TARGET_WITH_MARGIN(13200, 5), + .voltage_normal = 11550, /* mV */ .voltage_min = 9000, /* mV */ - .precharge_current = 500, /* mA */ + .precharge_current = 256, /* mA */ .start_charging_min_c = 0, - .start_charging_max_c = 50, + .start_charging_max_c = 45, .charging_min_c = 0, .charging_max_c = 60, .discharging_min_c = 0, - .discharging_max_c = 60, + .discharging_max_c = 75, }, }, }; -- cgit v1.2.1