diff options
Diffstat (limited to 'board/kingoftown/usbc_config.c')
-rw-r--r-- | board/kingoftown/usbc_config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/kingoftown/usbc_config.c b/board/kingoftown/usbc_config.c index f3ca3b0f2a..dddc1d87a6 100644 --- a/board/kingoftown/usbc_config.c +++ b/board/kingoftown/usbc_config.c @@ -185,7 +185,8 @@ void board_tcpc_init(void) * HPD pulse to enable video path */ for (int 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); } DECLARE_HOOK(HOOK_INIT, board_tcpc_init, HOOK_PRIO_INIT_I2C + 1); |