diff options
| author | Tom Rini <[email protected]> | 2021-09-23 08:30:22 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-23 08:30:22 -0400 |
| commit | 014166c5610e6a17636b359c379506cf339b4f46 (patch) | |
| tree | cd8be5e61c792ba194c2bcf4fd7f40c470455efa /include/linux | |
| parent | a49930f4c6ed5dcbf5127f7bf6d189afa92bffb3 (diff) | |
| parent | 53eed9adfac17921511ebf9e00c429bcb385d231 (diff) | |
Merge branch 'master' of git://source.denx.de/u-boot-usb
Late bunch of USB fixes (incl. the xhci usb 3.1 support)
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/phy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb/phy.h b/include/linux/usb/phy.h index 1e1217a9583..14b2c7eb2e6 100644 --- a/include/linux/usb/phy.h +++ b/include/linux/usb/phy.h @@ -16,6 +16,9 @@ enum usb_phy_interface { USBPHY_INTERFACE_MODE_UNKNOWN, USBPHY_INTERFACE_MODE_UTMI, USBPHY_INTERFACE_MODE_UTMIW, + USBPHY_INTERFACE_MODE_ULPI, + USBPHY_INTERFACE_MODE_SERIAL, + USBPHY_INTERFACE_MODE_HSIC, }; #if CONFIG_IS_ENABLED(DM_USB) |
