summaryrefslogtreecommitdiff
path: root/board/bobba/gpio.inc
diff options
context:
space:
mode:
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 */