summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--baseboard/guybrush/baseboard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/baseboard/guybrush/baseboard.c b/baseboard/guybrush/baseboard.c
index 5cdd66106a..ee41591959 100644
--- a/baseboard/guybrush/baseboard.c
+++ b/baseboard/guybrush/baseboard.c
@@ -352,6 +352,10 @@ const int usb_port_enable[USBA_PORT_COUNT] = {
static void baseboard_interrupt_init(void)
{
+ /* Enable Power Group interrupts. */
+ gpio_enable_interrupt(GPIO_PG_GROUPC_S0_OD);
+ gpio_enable_interrupt(GPIO_PG_LPDDR4X_S3_OD);
+
/* Enable PPC interrupts. */
gpio_enable_interrupt(GPIO_USB_C0_PPC_INT_ODL);
gpio_enable_interrupt(GPIO_USB_C1_PPC_INT_ODL);