From a261390d75d59ccacd6c439040d5e4e80df5cad3 Mon Sep 17 00:00:00 2001 From: Vijay Hiremath Date: Fri, 11 Aug 2017 12:34:31 -0700 Subject: usb_mux: Merge PS8743 & PS8740 as PS874X Merge PS8743 & PS8740 as PS874X as both the drivers are almost same. BUG=b:64598680 BRANCH=glkrvp TEST=make buildall -j On GLKRVP, verify mux setting is correct with Apple dongle (VGA + USB) and Pluggable adapter. Change-Id: Ic6d31979936ee213b07c4c71859809102ee91452 Signed-off-by: Vijay Hiremath Reviewed-on: https://chromium-review.googlesource.com/612209 Commit-Ready: Vijay P Hiremath Tested-by: Vijay P Hiremath Reviewed-by: Shawn N --- board/reef_it8320/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/reef_it8320/board.c') diff --git a/board/reef_it8320/board.c b/board/reef_it8320/board.c index e2abb87957..101deb2baf 100644 --- a/board/reef_it8320/board.c +++ b/board/reef_it8320/board.c @@ -177,7 +177,7 @@ struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_COUNT] = { }, { .port_addr = 0x20, - .driver = &ps8740_usb_mux_driver, + .driver = &ps874x_usb_mux_driver, .hpd_update = &it83xx_tcpc_update_hpd_status, }, }; -- cgit v1.2.1