summaryrefslogtreecommitdiff
path: root/include/usb_mux.h
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2020-01-07 18:00:34 -0800
committerCommit Bot <commit-bot@chromium.org>2020-01-08 06:52:47 +0000
commit494adea44a92c3c3737f98021a8959434efa7906 (patch)
tree5a05ea8c8db7f31284ef730ce4f031471d21a79e /include/usb_mux.h
parent52524e690df2538c30b64b40b41874701ea529ee (diff)
downloadchrome-ec-494adea44a92c3c3737f98021a8959434efa7906.tar.gz
driver/usb_mux: Make pi3usb30532 more generic
The Pericom PI3USB30532 usb mux driver will actually also work for the PI3USB31532. This commit renames the driver to reflect this while also adding the PI3USB31532 to the list of supported USB muxes. BUG=b:146654043 BRANCH=None TEST=`make -j buildall` Change-Id: Ic8e2852a3e038b05eb18d1d9db210b7fdce957d7 Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1990362 Tested-by: Aseda Aboagye <aaboagye@chromium.org> Auto-Submit: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'include/usb_mux.h')
-rw-r--r--include/usb_mux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb_mux.h b/include/usb_mux.h
index e2cc72a62b..0569beb44e 100644
--- a/include/usb_mux.h
+++ b/include/usb_mux.h
@@ -133,7 +133,7 @@ struct usb_mux {
extern const struct usb_mux_driver amd_fp5_usb_mux_driver;
extern const struct usb_mux_driver anx7440_usb_mux_driver;
extern const struct usb_mux_driver it5205_usb_mux_driver;
-extern const struct usb_mux_driver pi3usb30532_usb_mux_driver;
+extern const struct usb_mux_driver pi3usb3x532_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;