summaryrefslogtreecommitdiff
path: root/board/trondo/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/trondo/board.c')
-rw-r--r--board/trondo/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/trondo/board.c b/board/trondo/board.c
index 10e346da5c..0493c603e0 100644
--- a/board/trondo/board.c
+++ b/board/trondo/board.c
@@ -386,6 +386,7 @@ struct usb_mux usb_muxes[] = {
.usb_port = USBC_PORT_C1,
.next_mux = &usbc1_tcss_usb_mux,
.driver = &bb_usb_retimer,
+ .hpd_update = bb_retimer_hpd_update,
.i2c_port = I2C_PORT_USB_1_MIX,
.i2c_addr_flags = USBC_PORT_C1_BB_RETIMER_I2C_ADDR,
},
@@ -447,4 +448,3 @@ int ppc_get_alert_status(int port)
else
return gpio_get_level(GPIO_USB_C1_PPC_INT_ODL) == 0;
}
-