diff options
author | Philip Chen <philipchen@google.com> | 2017-08-28 15:48:44 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2017-08-29 19:37:04 -0700 |
commit | 472d50b7296630d1ff15e7f69425f83dd7ca3d9f (patch) | |
tree | 6e81f29f99c06c3a4c0c0b0203120a722f0a3cfb | |
parent | 113a56130265bdb4ba78f7608abdd3e6ea50cf7c (diff) | |
download | chrome-ec-472d50b7296630d1ff15e7f69425f83dd7ca3d9f.tar.gz |
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 <philipchen@google.com>
Reviewed-on: https://chromium-review.googlesource.com/639918
Commit-Ready: Philip Chen <philipchen@chromium.org>
Tested-by: Philip Chen <philipchen@chromium.org>
Reviewed-by: Shawn N <shawnn@chromium.org>
-rw-r--r-- | board/scarlet/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |