summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongBeum.Ha <ybha@samsung.corp-partner.google.com>2020-01-29 09:52:24 +0900
committerCommit Bot <commit-bot@chromium.org>2020-01-29 19:31:44 +0000
commite7ede617d8065ee10e89171aeca5602f161693b0 (patch)
treeaceb7de4d4a62776851e9e7fcede235f1f8964d8
parent0768987380ab93eaa406bd3b49fe6593974ab295 (diff)
downloadchrome-ec-e7ede617d8065ee10e89171aeca5602f161693b0.tar.gz
kohaku : set CONFIG_CHARGER_BQ25710_IDCHG_LIMIT_MA to 6144
Some systems fail to boot or shutdown abnormally because of discharging current. So set CONFIG_CHARGER_BQ25710_IDCHG_LIMIT_MA to 6144. BUG=b:148189096 BRANCH=firmware-hatch-12672.B TEST=On Kohaku, Update and check if failed systems work. Change-Id: I9f199d627587f7e8f3088f8f56fa1d6775bc1708 Signed-off-by: YongBeum.Ha <ybha@samsung.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2026330 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Commit-Queue: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
-rw-r--r--board/kohaku/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kohaku/board.h b/board/kohaku/board.h
index 6c030961d1..ed955e3dbc 100644
--- a/board/kohaku/board.h
+++ b/board/kohaku/board.h
@@ -115,7 +115,7 @@
* TODO(b/133444665): Revisit this threshold once peak power consumption tuning
* for the AP is completed.
*/
-#define CONFIG_CHARGER_BQ25710_IDCHG_LIMIT_MA 8192
+#define CONFIG_CHARGER_BQ25710_IDCHG_LIMIT_MA 6144
#define CONFIG_BATTERY_CHECK_CHARGE_TEMP_LIMITS
/* Volume Button feature */