summaryrefslogtreecommitdiff
path: root/board/genesis/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/genesis/gpio.inc')
-rw-r--r--board/genesis/gpio.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/genesis/gpio.inc b/board/genesis/gpio.inc
index 9d718bb110..f68b406513 100644
--- a/board/genesis/gpio.inc
+++ b/board/genesis/gpio.inc
@@ -37,9 +37,6 @@ GPIO_INT(PG_PP950_VCCIO_OD, PIN(1, 7), GPIO_INT_BOTH, power_signal_interrupt)
GPIO_INT(SLP_S0_L, PIN(D, 5), GPIO_INT_BOTH, power_signal_interrupt)
GPIO_INT(IMVP8_VRRDY_OD, PIN(1, 6), GPIO_INT_BOTH, power_signal_interrupt)
-/* Other interrupts */
-GPIO_INT(USB_C0_TCPPC_INT_ODL, PIN(E, 0), GPIO_INT_FALLING, ppc_interrupt)
-GPIO_INT(USB_C0_TCPC_INT_ODL, PIN(6, 2), GPIO_INT_FALLING, tcpc_alert_event)
/*
* Directly connected recovery button (not available on some boards).
*/
@@ -48,7 +45,6 @@ GPIO_INT(EC_RECOVERY_BTN_ODL, PIN(F, 1), GPIO_INT_BOTH, button_interrupt)
* Recovery button input from H1.
*/
GPIO_INT(H1_EC_RECOVERY_BTN_ODL, PIN(2, 4), GPIO_INT_BOTH, button_interrupt)
-GPIO_INT(BJ_ADP_PRESENT_L, PIN(8, 2), GPIO_INT_BOTH | GPIO_PULL_UP, adp_connect_interrupt)
/* Port power control interrupts */
GPIO_INT(HDMI_CONN0_OC_ODL, PIN(0, 7), GPIO_INT_BOTH, port_ocp_interrupt)