summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/pico/gpio.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/pico/gpio.inc b/board/pico/gpio.inc
index dc12c5ce3f..34ac5cf7af 100644
--- a/board/pico/gpio.inc
+++ b/board/pico/gpio.inc
@@ -35,8 +35,9 @@ GPIO_INT(AP_EC_WATCHDOG_L, PIN(C, 7), GPIO_INT_FALLING | GPIO_SEL_1P8V,
chipset_watchdog_interrupt)
GPIO_INT(UART1_RX, PIN(B, 0), GPIO_INT_FALLING,
uart_deepsleep_interrupt) /* UART_DEBUG_TX_EC_RX */
+GPIO_INT(TABLET_MODE_L, PIN(J, 7), GPIO_INT_BOTH,
+ gmr_tablet_switch_isr)
/* Unimplemented interrupts */
-GPIO(TABLET_MODE_L, PIN(J, 7), GPIO_INPUT)
GPIO(VOLUME_DOWN_L, PIN(D, 5), GPIO_INPUT)
GPIO(VOLUME_UP_L, PIN(D, 6), GPIO_INPUT)
GPIO(ALS_RGB_INT_ODL, PIN(F, 0), GPIO_INPUT)