summaryrefslogtreecommitdiff
path: root/board/damu/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/damu/gpio.inc')
-rw-r--r--board/damu/gpio.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/damu/gpio.inc b/board/damu/gpio.inc
index 90f6edd908..840baee37d 100644
--- a/board/damu/gpio.inc
+++ b/board/damu/gpio.inc
@@ -37,10 +37,11 @@ GPIO_INT(IT8801_SMB_INT, PIN(A, 8), GPIO_INT_FALLING | GPIO_PULL_UP,
io_expander_it8801_interrupt) /* KB_INT_ODL */
GPIO_INT(AP_EC_WATCHDOG_L, PIN(D, 2), GPIO_INT_FALLING,
chipset_watchdog_interrupt)
+GPIO_INT(TABLET_MODE_L, PIN(B, 11), GPIO_INT_BOTH,
+ gmr_tablet_switch_isr)
/* Unimplemented interrupts */
GPIO(ALS_RGB_INT_ODL, PIN(C, 10), GPIO_INPUT)
-GPIO(TABLET_MODE_L, PIN(B, 11), GPIO_INPUT)
/* Reset pins */
GPIO(AP_SYS_RST_L, PIN(C, 11), GPIO_OUT_LOW)