summaryrefslogtreecommitdiff
path: root/board/phaser
diff options
context:
space:
mode:
Diffstat (limited to 'board/phaser')
-rw-r--r--board/phaser/gpio.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/phaser/gpio.inc b/board/phaser/gpio.inc
index 408024739d..3effe54d91 100644
--- a/board/phaser/gpio.inc
+++ b/board/phaser/gpio.inc
@@ -150,6 +150,9 @@ GPIO(USB_C_OC, PIN(3, 6), GPIO_ODR_HIGH | GPIO_SEL_1P8V)
GPIO(GPO66_NC, PIN(6, 6), GPIO_INPUT | GPIO_PULL_UP)
GPIO(GPOB6_NC, PIN(B, 6), GPIO_INPUT | GPIO_PULL_UP)
+/* 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 */