mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user