summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Chao <scott_chao@wistron.corp-partner.google.com>2019-12-06 17:00:30 +0800
committerCommit Bot <commit-bot@chromium.org>2019-12-09 03:36:57 +0000
commitc3c55b71261ca9ac43e6df5e05cb3a3fcd47efee (patch)
treeb097985e00cc40ed0b81ffb74fbf2795c9e3502a
parent6f96b488deffa19f7fc0075ed586410c32f3a379 (diff)
downloadchrome-ec-c3c55b71261ca9ac43e6df5e05cb3a3fcd47efee.tar.gz
volteer: update battery parameter
Update battery parameter BUG=b:145786003 BRANCH=NONE TEST=make buildall Change-Id: Ie0941cb06d82902a3b32b9165644a62efdb05746 Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1955106 Reviewed-by: Keith Short <keithshort@chromium.org>
-rw-r--r--board/volteer/battery.c10
1 files 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,
},
},
};