summaryrefslogtreecommitdiff
path: root/board/cappy2
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/cappy2
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/cappy2')
-rw-r--r--board/cappy2/gpio.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cappy2/gpio.inc b/board/cappy2/gpio.inc
index c45a381543..57b4118842 100644
--- a/board/cappy2/gpio.inc
+++ b/board/cappy2/gpio.inc
@@ -54,6 +54,7 @@ GPIO(EN_PP3300_A, PIN(0, 3), GPIO_OUT_LOW)
GPIO(EN_PP5000_U, PIN(A, 4), GPIO_OUT_LOW)
GPIO(EN_SLP_Z, PIN(8, 3), GPIO_OUT_LOW)
GPIO(EN_BL_OD, PIN(D, 3), GPIO_ODR_LOW)
+UNIMPLEMENTED(EC_CBI_WP)
/* LED */
GPIO(LED_B_ODL, PIN(C, 2), GPIO_OUT_HIGH) /* PWM_CH_LED2_BLUE */