summaryrefslogtreecommitdiff
path: root/board/lindar/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/lindar/board.c')
-rw-r--r--board/lindar/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/lindar/board.c b/board/lindar/board.c
index c9576f0e9b..030940cfb1 100644
--- a/board/lindar/board.c
+++ b/board/lindar/board.c
@@ -447,7 +447,8 @@ static void ps8815_reset(void)
void board_reset_pd_mcu(void)
{
ps8815_reset();
- 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);
}
/******************************************************************************/