From 741a81469048ffed2da26189805c4e0c6aa518b4 Mon Sep 17 00:00:00 2001 From: Philip Chen Date: Thu, 18 Jan 2018 14:00:11 -0800 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/875145 Commit-Ready: Philip Chen Tested-by: Philip Chen Reviewed-by: Shawn N --- board/scarlet/battery.c | 4 ++-- 1 file 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 */