diff options
Diffstat (limited to 'board/eve/board.c')
-rw-r--r-- | board/eve/board.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/eve/board.c b/board/eve/board.c index cedcd6c5e4..f73118e8f2 100644 --- a/board/eve/board.c +++ b/board/eve/board.c @@ -330,7 +330,8 @@ void board_tcpc_init(void) * HPD pulse to enable video path */ for (port = 0; port < CONFIG_USB_PD_PORT_MAX_COUNT; ++port) - usb_mux_hpd_update(port, 0, 0); + usb_mux_hpd_update(port, USB_PD_MUX_HPD_LVL_DEASSERTED | + USB_PD_MUX_HPD_IRQ_DEASSERTED); } uint16_t tcpc_get_alert_status(void) |