summaryrefslogtreecommitdiff
path: root/board/adlrvpp_ite/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/adlrvpp_ite/board.c')
-rw-r--r--board/adlrvpp_ite/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/adlrvpp_ite/board.c b/board/adlrvpp_ite/board.c
index 875550a51e..d5aba06089 100644
--- a/board/adlrvpp_ite/board.c
+++ b/board/adlrvpp_ite/board.c
@@ -112,18 +112,22 @@ const struct tcpc_aic_gpio_config_t tcpc_aic_gpios[] = {
[TYPE_C_PORT_0] = {
.tcpc_alert = GPIO_USBC_TCPC_ALRT_P0,
.ppc_alert = GPIO_USBC_TCPC_PPC_ALRT_P0,
+ .ppc_intr_handler = sn5s330_interrupt,
},
[TYPE_C_PORT_1] = {
.tcpc_alert = GPIO_USBC_TCPC_ALRT_P1,
.ppc_alert = GPIO_USBC_TCPC_PPC_ALRT_P1,
+ .ppc_intr_handler = sn5s330_interrupt,
},
[TYPE_C_PORT_2] = {
.tcpc_alert = GPIO_USBC_TCPC_ALRT_P2,
.ppc_alert = GPIO_USBC_TCPC_PPC_ALRT_P2,
+ .ppc_intr_handler = sn5s330_interrupt,
},
[TYPE_C_PORT_3] = {
.tcpc_alert = GPIO_USBC_TCPC_ALRT_P3,
.ppc_alert = GPIO_USBC_TCPC_PPC_ALRT_P3,
+ .ppc_intr_handler = sn5s330_interrupt,
},
};
BUILD_ASSERT(ARRAY_SIZE(tcpc_aic_gpios) == CONFIG_USB_PD_PORT_MAX_COUNT);