From 472d50b7296630d1ff15e7f69425f83dd7ca3d9f Mon Sep 17 00:00:00 2001 From: Philip Chen Date: Mon, 28 Aug 2017 15:48:44 -0700 Subject: [PATCH] scarlet: Enable software-controlled input current limit By default the input current on Scarlet is limited to 500mA, which is defined by ILIM pin. We need to disable the control from ILIM pin to draw more current from the source. BUG=b:64821815 BRANCH=none TEST=manually monitor the charging current Change-Id: Ia356a2397b3671c178479a581b44a17215fee83d Signed-off-by: Philip Chen Reviewed-on: https://chromium-review.googlesource.com/639918 Commit-Ready: Philip Chen Tested-by: Philip Chen Reviewed-by: Shawn N --- board/scarlet/board.h | 1 + 1 file changed, 1 insertion(+) diff --git a/board/scarlet/board.h b/board/scarlet/board.h index 97dcd16b25..29ec62ad68 100644 --- a/board/scarlet/board.h +++ b/board/scarlet/board.h @@ -45,6 +45,7 @@ #define CONFIG_BOARD_SPECIFIC_VERSION #define CONFIG_BUTTON_COUNT 2 #define CONFIG_BUTTON_RECOVERY +#define CONFIG_CHARGER_ILIM_PIN_DISABLED #define CONFIG_HOST_COMMAND_STATUS #define CONFIG_BOARD_PRE_INIT /* By default, set hcdebug to off */