summaryrefslogtreecommitdiff
path: root/board/reef_it8320/board.c
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2017-08-11 12:34:31 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-08-11 20:10:23 -0700
commita261390d75d59ccacd6c439040d5e4e80df5cad3 (patch)
treece27f0190006682ed3edcb363b76a34d57a12227 /board/reef_it8320/board.c
parentd4a8c130f754bd4978e074d4a5c4c9d52283d334 (diff)
downloadchrome-ec-a261390d75d59ccacd6c439040d5e4e80df5cad3.tar.gz
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 <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/612209 Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com> Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'board/reef_it8320/board.c')
-rw-r--r--board/reef_it8320/board.c2
1 files changed, 1 insertions, 1 deletions
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,
},
};