summaryrefslogtreecommitdiff
path: root/include/usb_mux.h
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 /include/usb_mux.h
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 'include/usb_mux.h')
-rw-r--r--include/usb_mux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/usb_mux.h b/include/usb_mux.h
index 712ed3d437..8df27af44b 100644
--- a/include/usb_mux.h
+++ b/include/usb_mux.h
@@ -89,8 +89,7 @@ struct usb_mux {
/* Supported USB mux drivers */
extern const struct usb_mux_driver pi3usb30532_usb_mux_driver;
-extern const struct usb_mux_driver ps8740_usb_mux_driver;
-extern const struct usb_mux_driver ps8743_usb_mux_driver;
+extern const struct usb_mux_driver ps874x_usb_mux_driver;
extern const struct usb_mux_driver tcpm_usb_mux_driver;
extern const struct usb_mux_driver virtual_usb_mux_driver;