summaryrefslogtreecommitdiff
path: root/board/eldrid/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/eldrid/board.c')
-rw-r--r--board/eldrid/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/eldrid/board.c b/board/eldrid/board.c
index 90d663e6f7..601c23df84 100644
--- a/board/eldrid/board.c
+++ b/board/eldrid/board.c
@@ -393,7 +393,8 @@ void board_reset_pd_mcu(void)
/* Daughterboard specific reset for port 1 */
if (usb_db == DB_USB3_ACTIVE) {
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);
}
}