summaryrefslogtreecommitdiff
path: root/board/careena/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/careena/gpio.inc')
-rw-r--r--board/careena/gpio.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/careena/gpio.inc b/board/careena/gpio.inc
index 4b9efe9f09..eeccf9f50d 100644
--- a/board/careena/gpio.inc
+++ b/board/careena/gpio.inc
@@ -41,6 +41,7 @@ GPIO(PCH_SYS_PWROK, PIN(D, 6), GPIO_OUT_LOW) /* Power OK to SOC */
GPIO(CPU_PROCHOT, PIN(3, 4), GPIO_INPUT | GPIO_SEL_1P8V) /* PROCHOT to SOC */
GPIO(APU_ALERT_L, PIN(A, 2), GPIO_INPUT) /* Alert to SOC */
GPIO(3AXIS_INT_L, PIN(5, 0), GPIO_INPUT | GPIO_SEL_1P8V) /* 3 Axis Accel */
+GPIO(TCPC_ID, PIN(E, 0), GPIO_INPUT | GPIO_PULL_DOWN) /* TCPC ID pin */
GPIO(BAT_LED_AMBER_L, PIN(C, 3), GPIO_OUT_HIGH)
GPIO(BAT_LED_WHITE_L, PIN(C, 4), GPIO_OUT_HIGH)