summaryrefslogtreecommitdiff
path: root/board/scarlet/battery.c
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2018-01-18 14:00:11 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-01-19 17:18:09 -0800
commit741a81469048ffed2da26189805c4e0c6aa518b4 (patch)
tree9fee020a1c93742ed6c49ffa42331ca5ca9d2d49 /board/scarlet/battery.c
parentc7040bf38a2bc9b9566e9e8ddec0fed3bd15e897 (diff)
downloadchrome-ec-741a81469048ffed2da26189805c4e0c6aa518b4.tar.gz
scarlet: Update the charging current for Simplo battery
Simplo updated the datesheet and limited the charging current to 3A. BUG=b:70820167 BRANCH=none TEST=none Change-Id: I88b9e0ac3ebba401530e2bb6ae08438c56d8506e Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://chromium-review.googlesource.com/875145 Commit-Ready: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'board/scarlet/battery.c')
-rw-r--r--board/scarlet/battery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/scarlet/battery.c b/board/scarlet/battery.c
index d7f6403939..eefa8e5409 100644
--- a/board/scarlet/battery.c
+++ b/board/scarlet/battery.c
@@ -148,8 +148,8 @@ int charger_profile_override(struct charge_state_data *curr)
} temp_zones[BATTERY_COUNT][TEMP_ZONE_COUNT] = {
[BATTERY_SIMPLO] = {
{0, 150, 1772, 4400}, /* TEMP_ZONE_0 */
- {150, 450, 4000, 4400}, /* TEMP_ZONE_1 */
- {450, 600, 4000, 4100}, /* TEMP_ZONE_2 */
+ {150, 450, 3000, 4400}, /* TEMP_ZONE_1 */
+ {450, 600, 3000, 4100}, /* TEMP_ZONE_2 */
},
[BATTERY_AETECH] = {
{0, 100, 900, 4200}, /* TEMP_ZONE_0 */