summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Berg <alecaberg@chromium.org>2014-11-12 08:30:35 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-11-15 06:00:06 +0000
commit56bbd902abb2219cb3ae42aa1546d0b6fc3a04a0 (patch)
tree146c49a27f71dd729c6c0ce62566d0c336259bab
parentb63b0d70f53ac1e6f500da0b10ac66d96299a22b (diff)
downloadchrome-ec-56bbd902abb2219cb3ae42aa1546d0b6fc3a04a0.tar.gz
samus: lower the minimum input current limit
Lower the minimum input current limit on samus by 64mA to 448mA to have the ability to limit input current to something below 500mA. BUG=none BRANCH=samus TEST=load onto samus, and use charger console command to verify input current limit is 448mA. Change-Id: I05bcacce707faddd3addee50356d85281466e146 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/229281 Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
-rw-r--r--board/samus/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samus/board.h b/board/samus/board.h
index bc9685a5b6..87926d9cd4 100644
--- a/board/samus/board.h
+++ b/board/samus/board.h
@@ -46,7 +46,7 @@
#define CONFIG_CHARGER_ILIM_PIN_DISABLED
#define CONFIG_CHARGER_SENSE_RESISTOR 5
#define CONFIG_CHARGER_SENSE_RESISTOR_AC 10
-#define CONFIG_CHARGER_INPUT_CURRENT 512
+#define CONFIG_CHARGER_INPUT_CURRENT 448
#define CONFIG_CHARGER_DISCHARGE_ON_AC
#define CONFIG_FANS 2
#define CONFIG_GESTURE_DETECTION