usb: dwc3: gadget: Remove invalid low-speed setting
authorThinh Nguyen <Thinh.Nguyen@synopsys.com>
Fri, 12 Mar 2021 00:58:50 +0000 (16:58 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Mar 2021 11:40:32 +0000 (12:40 +0100)
commit0c59f678fcfc6dd53ba493915794636a230bc4cc
treedf9872bb44fc2fc7176325082f6cac9cf57b9f71
parent575b1ac410a2da1b76c9662dbeb8e500d061fbf2
usb: dwc3: gadget: Remove invalid low-speed setting

None of the DWC_usb3x IPs (and all their versions) supports low-speed
setting in device mode. In the early days, our "Early Adopter Edition"
DWC_usb3 databook shows that the controller may be configured to operate
in low-speed, but it was revised on release. Let's remove this invalid
speed setting to avoid any confusion.

Signed-off-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Link: https://lore.kernel.org/r/258b1c7fbb966454f4c4c2c1367508998498fc30.1615509438.git.Thinh.Nguyen@synopsys.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/core.c
drivers/usb/dwc3/core.h
drivers/usb/dwc3/gadget.c