summaryrefslogtreecommitdiff
path: root/board/oak/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/oak/board.c')
-rw-r--r--board/oak/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/oak/board.c b/board/oak/board.c
index e79dc31460..fcde44a0cd 100644
--- a/board/oak/board.c
+++ b/board/oak/board.c
@@ -210,7 +210,7 @@ const struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_MAX_COUNT] = {
.driver = &pi3usb3x532_usb_mux_driver,
#else
.i2c_addr_flags = 0x10,
- .driver = &ps874x_usb_mux_driver,
+ .driver = &ps8740_usb_mux_driver,
#endif
},
};