commit | 2c7f1bd9127a1a49ee25d9c2b2ce17b11c7fb05f | [log] [tgz] |
---|---|---|
author | John Youn <John.Youn@synopsys.com> | Fri Feb 05 17:08:59 2016 -0800 |
committer | Felipe Balbi <balbi@kernel.org> | Fri Mar 04 15:14:27 2016 +0200 |
tree | 2e43863c0ce410733ab5e7a0ec5c670693689a73 | |
parent | ee5cd41c9117df7b6ceae454a0354601cad155b5 [diff] |
usb: dwc3: Update maximum_speed for SuperSpeedPlus If the maximum_speed is not set, set it to a known value, either SuperSpeed or SuperSpeedPlus based on the type of controller we are using. If we are on DWC_usb31 controller, check the PHY interface to see if it is capable of SuperSpeedPlus. Also this check is moved after dwc3_core_init() so that we can check dwc->revision. Signed-off-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Felipe Balbi <balbi@kernel.org>