summaryrefslogtreecommitdiff
path: root/board/delbin/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/delbin/board.c')
-rw-r--r--board/delbin/board.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/board/delbin/board.c b/board/delbin/board.c
index b1d7754992..5984c4d157 100644
--- a/board/delbin/board.c
+++ b/board/delbin/board.c
@@ -283,9 +283,11 @@ static void ps8815_reset(int port)
void board_reset_pd_mcu(void)
{
ps8815_reset(USBC_PORT_C0);
- usb_mux_hpd_update(USBC_PORT_C0, 0, 0);
+ usb_mux_hpd_update(USBC_PORT_C0, USB_PD_MUX_HPD_LVL_DEASSERTED |
+ USB_PD_MUX_HPD_IRQ_DEASSERTED);
ps8815_reset(USBC_PORT_C1);
- usb_mux_hpd_update(USBC_PORT_C1, 0, 0);
+ usb_mux_hpd_update(USBC_PORT_C1, USB_PD_MUX_HPD_LVL_DEASSERTED |
+ USB_PD_MUX_HPD_IRQ_DEASSERTED);
}
/******************************************************************************/