commit | f0a916d91186cb4fbfd18e12b02205539a3e0a75 | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Thu Sep 16 16:00:09 2021 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed Sep 22 21:29:56 2021 +0200 |
tree | cd8be5e61c792ba194c2bcf4fd7f40c470455efa | |
parent | 6eff242796255caba6db7c81799640255bc24890 [diff] |
usb: xhci-dwc3: Add support for USB 3.1 controllers This adds support for the DWC_sub31 controllers such as those found on Apple's M1 SoC. This version of the controller seems to work fine with the existing driver. Signed-off-by: Mark Kettenis <kettenis@openbsd.org>