summaryrefslogtreecommitdiff
path: root/board/glkrvp/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/glkrvp/gpio.inc')
-rw-r--r--board/glkrvp/gpio.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/board/glkrvp/gpio.inc b/board/glkrvp/gpio.inc
index e9fbf713f9..0c8425d026 100644
--- a/board/glkrvp/gpio.inc
+++ b/board/glkrvp/gpio.inc
@@ -25,8 +25,6 @@ GPIO_INT(USB_C1_PD_INT_ODL, PIN(6, 3), GPIO_INT_FALLING, tcpc_alert_event)
GPIO_INT(EC_VOLUP_BTN_ODL, PIN(3, 4), GPIO_INT_BOTH | GPIO_PULL_UP, button_interrupt)
GPIO_INT(EC_VOLDN_BTN_ODL, PIN(3, 7), GPIO_INT_BOTH | GPIO_PULL_UP, button_interrupt)
-GPIO(PCH_SMI_L, PIN(C, 6), GPIO_ODR_HIGH) /* EC_SMI_ODL */
-GPIO(PCH_SCI_L, PIN(7, 6), GPIO_ODR_HIGH) /* EC_SCI_ODL */
GPIO(PCH_PWRBTN_L, PIN(7, 5), GPIO_ODR_HIGH) /* EC_PCH_PWR_BTN_ODL */
GPIO(PCH_WAKE_L, PIN(C, 1), GPIO_ODR_HIGH) /* EC_PCH_WAKE_ODL */
GPIO(PCH_SYS_PWROK, PIN(3, 5), GPIO_OUT_LOW) /* EC_PCH_PWROK */
@@ -115,6 +113,10 @@ GPIO(NC_66, PIN(6, 6), GPIO_INPUT)
GPIO(NC_B6, PIN(B, 6), GPIO_INPUT)
+/* SMI/SCI pins unused for eSPI */
+GPIO(NC_C6, PIN(C, 6), GPIO_INPUT | GPIO_PULL_UP)
+GPIO(NC_76, PIN(7, 6), GPIO_INPUT | GPIO_PULL_UP)
+
/* eSPI: VHIF Unused pins 1.8V & Interruptable */
GPIO(NC_46, PIN(4, 6), GPIO_INPUT)
GPIO(NC_47, PIN(4, 7), GPIO_INPUT)