summaryrefslogtreecommitdiff
path: root/board/cheza/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cheza/board.c')
-rw-r--r--board/cheza/board.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/cheza/board.c b/board/cheza/board.c
index 3e176736fd..b2b323eefd 100644
--- a/board/cheza/board.c
+++ b/board/cheza/board.c
@@ -225,12 +225,10 @@ const struct tcpc_config_t tcpc_config[CONFIG_USB_PD_PORT_COUNT] = {
struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_COUNT] = {
{
- .port_addr = USB_PD_PORT_ANX3429,
.driver = &anx74xx_tcpm_usb_mux_driver,
.hpd_update = &anx74xx_tcpc_update_hpd_status,
},
{
- .port_addr = USB_PD_PORT_PS8751,
.driver = &tcpci_tcpm_usb_mux_driver,
.hpd_update = &ps8xxx_tcpc_update_hpd_status,
}