summaryrefslogtreecommitdiff
path: root/board/elm/battery.c
diff options
context:
space:
mode:
authorKoro Chen <koro.chen@mediatek.com>2016-04-07 13:53:13 +0800
committerchrome-bot <chrome-bot@chromium.org>2016-04-25 09:01:36 -0700
commit37c577cbfbc54f98c15ee8003b24e75eb9dd8f9a (patch)
tree8b5d7aa383ef5112831b486f80e9cb9d5bcd0736 /board/elm/battery.c
parent28827163c57390278a54ee10153c064cd6c18133 (diff)
downloadchrome-ec-37c577cbfbc54f98c15ee8003b24e75eb9dd8f9a.tar.gz
elm: modifications for EVT
This add modifications for EVT, including: - Use SPI for KX022 motion sensor on the daughterboard - remove TMP432 - Use PF2 to control the external power of ANX7688 BRANCH=none BUG=chrome-os-partner:52245 TEST=make BOARD=elm -j Change-Id: I7d4021746bc8a2be0028076a5c3aeefd8736c1b0 Signed-off-by: Koro Chen <koro.chen@mediatek.com> Reviewed-on: https://chromium-review.googlesource.com/337338 Reviewed-by: Rong Chang <rongchang@chromium.org>
Diffstat (limited to 'board/elm/battery.c')
-rw-r--r--board/elm/battery.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/board/elm/battery.c b/board/elm/battery.c
index 4be0462efd..3fb5ac4e73 100644
--- a/board/elm/battery.c
+++ b/board/elm/battery.c
@@ -16,12 +16,7 @@
static const struct battery_info info = {
.voltage_max = 13050,
.voltage_normal = 11400,
- /*
- * TODO(crosbug.com/p/44428):
- * Support 2S battery for dev board.
- * Should set voltage_min to 9V, when 2S battery phased out.
- */
- .voltage_min = 6000,
+ .voltage_min = 9000,
/* Pre-charge values. */
.precharge_current = 256, /* mA */