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>
This commit is contained in:
Philip Chen
2018-01-18 14:00:11 -08:00
committed by chrome-bot
parent c7040bf38a
commit 741a814690

View File

@@ -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 */