diff options
Diffstat (limited to 'board/nami')
-rw-r--r-- | board/nami/board.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/nami/board.c b/board/nami/board.c index cb5efe7bf6..75bfa139ec 100644 --- a/board/nami/board.c +++ b/board/nami/board.c @@ -228,12 +228,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_PS8751, .driver = &tcpci_tcpm_usb_mux_driver, .hpd_update = &ps8xxx_tcpc_update_hpd_status, }, { - .port_addr = USB_PD_PORT_ANX7447, .driver = &anx7447_usb_mux_driver, .hpd_update = &anx7447_tcpc_update_hpd_status, } |