diff options
author | Vincent Palatin <vpalatin@chromium.org> | 2012-11-19 18:06:46 -0800 |
---|---|---|
committer | Gerrit <chrome-bot@google.com> | 2012-12-13 09:01:09 -0800 |
commit | e927d1506a51ce975a47d44b20c45a49b5b0e59c (patch) | |
tree | f2f9307144a5da6bfa6d4c931b18559b4ebc0d83 /board | |
parent | 243e935ad471b8ad706a4a2989f0b986f39b9a63 (diff) | |
download | chrome-ec-e927d1506a51ce975a47d44b20c45a49b5b0e59c.tar.gz |
spring: add basic TSU6721 driver
for now, just control the USB pins muxing.
Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
BRANCH=none
BUG=chrome-os-partner:14318
TEST=on Spring, put the EC UART on the micro-B connector and read it
using a modified FTDI cable.
Change-Id: Ib0c87e483fb0bbe1835bd6ea008176b88d6f12f8
Reviewed-on: https://gerrit.chromium.org/gerrit/38361
Commit-Ready: Vincent Palatin <vpalatin@chromium.org>
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Tested-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'board')
-rw-r--r-- | board/spring/board.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/spring/board.h b/board/spring/board.h index 192eddc550..e4c0e27e64 100644 --- a/board/spring/board.h +++ b/board/spring/board.h @@ -55,6 +55,9 @@ /* Battery */ #define CONFIG_BATTERY_BQ20Z453 +/* Charger/accessories detection */ +#define CONFIG_TSU6721 + /* Timer selection */ #define TIM_CLOCK_MSB 2 #define TIM_CLOCK_LSB 4 |