summaryrefslogtreecommitdiff
path: root/board/careena/gpio.inc
diff options
context:
space:
mode:
authorEdward Hill <ecgh@chromium.org>2018-10-02 13:05:32 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-10-02 20:03:00 -0700
commit99d9bd68c45045ec3004ca420c462bab32addfeb (patch)
tree6e51e030311842598d72cfb2f167d363deb1e91a /board/careena/gpio.inc
parent00f835d44a8152937fd0c122465df04cc1d4c572 (diff)
downloadchrome-ec-99d9bd68c45045ec3004ca420c462bab32addfeb.tar.gz
grunt: Remove no longer needed GPIO_EN_PP5000
The BQ24392 driver was renamed to MAX14637 (CL:1250031) and no longer requires GPIO_EN_PP5000 to be defined (CL:1250032), so this can be removed from grunt-family gpio.inc. BUG=none BRANCH=grunt TEST=make -j buildall Change-Id: I186ece073e544760d487489f874659226c820bd8 Signed-off-by: Edward Hill <ecgh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1257644 Reviewed-by: Scott Collyer <scollyer@chromium.org>
Diffstat (limited to 'board/careena/gpio.inc')
-rw-r--r--board/careena/gpio.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/careena/gpio.inc b/board/careena/gpio.inc
index 8a60adda73..80cad0c453 100644
--- a/board/careena/gpio.inc
+++ b/board/careena/gpio.inc
@@ -40,9 +40,6 @@ GPIO(CPU_PROCHOT, PIN(3, 4), GPIO_INPUT | GPIO_SEL_1P8V) /* PROCHOT to SOC */
GPIO(APU_ALERT_L, PIN(A, 2), GPIO_INPUT) /* Alert to SOC */
GPIO(3AXIS_INT_L, PIN(5, 0), GPIO_INPUT | GPIO_SEL_1P8V) /* 3 Axis Accel */
-/* We don't have 5V rail control but the BQ24392 driver expects the GPIO */
-UNIMPLEMENTED(EN_PP5000)
-
GPIO(BAT_LED_AMBER_L, PIN(C, 3), GPIO_OUT_HIGH)
GPIO(BAT_LED_WHITE_L, PIN(C, 4), GPIO_OUT_HIGH)