summaryrefslogtreecommitdiff
path: root/board/waddledoo2
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/waddledoo2
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/waddledoo2')
-rw-r--r--board/waddledoo2/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/waddledoo2/gpio.inc b/board/waddledoo2/gpio.inc
index 7d8602075d..f0e345a81c 100644
--- a/board/waddledoo2/gpio.inc
+++ b/board/waddledoo2/gpio.inc
@@ -63,6 +63,7 @@ GPIO(EN_PP5000_U, PIN(A, 4), GPIO_OUT_LOW)
GPIO(EN_SLP_Z, PIN(8, 3), GPIO_OUT_LOW)
GPIO(EN_KB_BL, PIN(6, 0), GPIO_OUT_LOW)
GPIO(EN_BL_OD, PIN(D, 3), GPIO_ODR_LOW)
+GPIO(EC_CBI_WP, PIN(E, 5), GPIO_OUT_LOW)
/* LED */
GPIO(LED_B_ODL, PIN(C, 2), GPIO_OUT_HIGH) /* PWM_CH_LED2_BLUE */
@@ -142,4 +143,3 @@ GPIO(GPIOD1_NC, PIN(D, 1), GPIO_INPUT | GPIO_PULL_UP)
GPIO(GPIOD6_NC, PIN(D, 6), GPIO_INPUT | GPIO_PULL_UP)
GPIO(GPIOE0_NC, PIN(E, 0), GPIO_INPUT | GPIO_PULL_UP)
GPIO(GPIO40_NC, PIN(4, 0), GPIO_INPUT | GPIO_PULL_UP)
-GPIO(GPIOE5_NC, PIN(E, 5), GPIO_INPUT | GPIO_PULL_UP)