summaryrefslogtreecommitdiff
path: root/board/gooey
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2021-07-22 17:14:58 -0700
committerCommit Bot <commit-bot@chromium.org>2021-07-29 20:36:17 +0000
commit0ead9e24f6986b2bce21d2794a5a0f2661821868 (patch)
tree72d24ac4e556042f5075cb34baa4bbd3cd265483 /board/gooey
parentdd9b5de765fd683a2e25cbfe83925d71fe524be2 (diff)
downloadchrome-ec-0ead9e24f6986b2bce21d2794a5a0f2661821868.tar.gz
keeby: Add GPIO_EC_CBI_WP
This commit simply adds the GPIO_EC_CBI_WP pin for the keeby boards and also sets CONFIG_EEPROM_CBI_WP. BUG=b:181769483 BRANCH=None TEST=`make -j buildall` Signed-off-by: Aseda Aboagye <aaboagye@google.com> Change-Id: I31694cb748d8b8a197b84634fbd9417d274a79d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3046413 Tested-by: Aseda Aboagye <aaboagye@chromium.org> Auto-Submit: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/gooey')
-rw-r--r--board/gooey/gpio.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/gooey/gpio.inc b/board/gooey/gpio.inc
index 06c5022040..89395210ef 100644
--- a/board/gooey/gpio.inc
+++ b/board/gooey/gpio.inc
@@ -99,6 +99,7 @@ GPIO_INT(PEN_DET_ODL, PIN(J, 1), GPIO_INT_BOTH | GPIO_PULL_UP, pen_detect_inter
GPIO(EN_PP5000_PEN, PIN(B, 5), GPIO_OUT_LOW)
GPIO(PEN_DET_PCH, PIN(F, 1), GPIO_OUT_LOW)
GPIO(EN_KB_BL, PIN(J, 3), GPIO_OUT_LOW) /* Currently unused */
+UNIMPLEMENTED(EC_CBI_WP)
/* NC pins, enable internal pull-down to avoid floating state. */
GPIO(GPIOC0_NC, PIN(C, 0), GPIO_INPUT | GPIO_PULL_DOWN)