summaryrefslogtreecommitdiff
path: root/board/bobba/board.c
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2018-08-16 12:07:54 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-08-17 20:39:08 -0700
commit78edde263c28c58f679008964c1b6dde0cbaca42 (patch)
tree249d9e76e54655d95795302cc8e8a8fdf831931a /board/bobba/board.c
parentb64a23b55d321b3af683119a532b5204908c58b3 (diff)
downloadchrome-ec-78edde263c28c58f679008964c1b6dde0cbaca42.tar.gz
bobba: update EC GPIOs for Bobba EVT
- added volume button inputs to bobba's GPIO interrupts - removed USB_OTG pin from the baseboard code since it is unused - changed USB_OTG to USB_C0_PD_RST - added CAM_SOC_EC_SYNC as input for now Since most of the bobba protos use yorp firmware, it seems unlikely we will need to support the proto boards with this change. BRANCH=None BUG=b:112354316 TEST=builds Change-Id: I5a05a55ae731a6cdf293e93535c9256e5eb67520 Signed-off-by: Diana Z <dzigterman@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1178480 Reviewed-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'board/bobba/board.c')
-rw-r--r--board/bobba/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/bobba/board.c b/board/bobba/board.c
index 5754848cc8..7525cfefb8 100644
--- a/board/bobba/board.c
+++ b/board/bobba/board.c
@@ -8,6 +8,7 @@
#include "adc.h"
#include "adc_chip.h"
#include "battery.h"
+#include "button.h"
#include "charge_manager.h"
#include "charge_state.h"
#include "common.h"