diff options
author | Alec Berg <alecaberg@chromium.org> | 2014-06-05 15:18:53 -0700 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2014-06-07 01:29:49 +0000 |
commit | 57856ba2b31ca46c5f450abdcb5725939c40a529 (patch) | |
tree | 229563633607243764d00ea4f85b5962e0e0d8cb | |
parent | 1ba242d9959ac0813221c4e9e543b936eeeaec28 (diff) | |
download | chrome-ec-57856ba2b31ca46c5f450abdcb5725939c40a529.tar.gz |
samus: remove config to use custom battery present signal
The custom battery present signal which relies upon a battery
temp ADC is not working on many of the samus batteries. For
now, we'll use the default battery present status signal which
depends on successful i2c communication.
BUG=none
BRANCH=none
TEST=Test on samus with battery with broken temp sensor. Run
chgstate and make sure is_present = yes and battery does charge.
Change-Id: Idc28a922359106f3b2880236e6df64a4a2ede8e6
Signed-off-by: Alec Berg <alecaberg@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/202777
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
-rw-r--r-- | board/samus/board.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/samus/board.h b/board/samus/board.h index 0b72482f9e..36e83f68c7 100644 --- a/board/samus/board.h +++ b/board/samus/board.h @@ -30,7 +30,6 @@ #define CONFIG_BACKLIGHT_REQ_GPIO GPIO_PCH_BL_EN #define CONFIG_BATTERY_SAMUS #define CONFIG_CHARGER_PROFILE_OVERRIDE -#define CONFIG_BATTERY_PRESENT_CUSTOM #define CONFIG_BATTERY_SMART #define CONFIG_CHARGER #define CONFIG_CHARGER_V2 |