summaryrefslogtreecommitdiff
path: root/board/samus/board.h
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2014-06-19 18:45:01 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-06-24 20:04:55 +0000
commit447eafb55a284ada2e1127230d938d353d34dd06 (patch)
tree128f14a5e049521422e61f20530c7d1edea71839 /board/samus/board.h
parent88a5589c0e4483d190e82147ae84696246421bb3 (diff)
downloadchrome-ec-447eafb55a284ada2e1127230d938d353d34dd06.tar.gz
samus: fix input current to 2048
This changes the input current limit to 2048mA with no ramp up. Problem is that the bq24773 is doing a really poor job of measuring input current, so even though the zinger side can support 3A, the samus side can cause over currents down to 2300mA. This is set consertavily to avoid over current errors and will need to be updated when the hardware allows. BUG=chrome-os-partner:24461 BRANCH=none TEST=Used bench top power supply to power multiple samus 2A proto boards and gathered data on max current samus was drawing based on input current setting. Samus was often underestimating current by 300-700mA. Change-Id: Iabeb0d026f2b72a9ee539d92579ee6d11aeaa56b Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/205143 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'board/samus/board.h')
-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 431da8ca7b..7f41904f6a 100644
--- a/board/samus/board.h
+++ b/board/samus/board.h
@@ -41,7 +41,7 @@
#define CONFIG_CHARGER_SENSE_RESISTOR 5
#define CONFIG_CHARGER_SENSE_RESISTOR_AC 10
/* FIXME(crosbug.com/p/24461): determine correct values for this */
-#define CONFIG_CHARGER_INPUT_CURRENT 2000
+#define CONFIG_CHARGER_INPUT_CURRENT 2048
#define CONFIG_CHARGER_DISCHARGE_ON_AC
#define CONFIG_FANS 2
#define CONFIG_PECI_TJMAX 100