summaryrefslogtreecommitdiff
path: root/board/bobba/gpio.inc
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2018-10-01 10:17:27 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-10-01 15:38:29 -0700
commitc5b582b7b7496a14e769b069ca5700d0628daa4f (patch)
tree3744ace3177987573c2fbaa1b604dc218ee7b196 /board/bobba/gpio.inc
parent9237062e9e898a1448d24888df616777bd839aaf (diff)
downloadchrome-ec-c5b582b7b7496a14e769b069ca5700d0628daa4f.tar.gz
Octopus: Add CCD_MODE_ODL to GPIO list
This change adds CCD_MODE_ODL as an input for all octopus boards so it will be present in the "gpioget" output for debugging. BRANCH=None BUG=b:116849648 TEST=builds, confirmed net showed up on bip and yorp proto 2 Change-Id: I0da194e433444f160f10573c27e5e463694adf38 Signed-off-by: Diana Z <dzigterman@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1254923 Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'board/bobba/gpio.inc')
-rw-r--r--board/bobba/gpio.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/bobba/gpio.inc b/board/bobba/gpio.inc
index 70f45ece2b..bcc918d93c 100644
--- a/board/bobba/gpio.inc
+++ b/board/bobba/gpio.inc
@@ -137,6 +137,9 @@ GPIO(KB_BL_PWR_EN, PIN(6, 2), GPIO_OUT_LOW)
GPIO(WFCAM_VSYNC, PIN(0, 3), GPIO_INPUT) /* TP only */
GPIO(CAM_SOC_EC_SYNC, PIN(9, 4), GPIO_INPUT)
+/* Misc. */
+GPIO(CCD_MODE_ODL, PIN(E, 3), GPIO_INPUT)
+
/* Keyboard pins */
ALTERNATE(PIN_MASK(3, 0x03), 0, MODULE_KEYBOARD_SCAN, GPIO_INPUT) /* KSI_00-01 */
ALTERNATE(PIN_MASK(2, 0xFC), 0, MODULE_KEYBOARD_SCAN, GPIO_INPUT) /* KSI_02-07 */