mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-17 12:21:23 +00:00
[ mvebu64 ] restore support for TT in EHCI root hub (#1896)
The root hub in our Orion EHCI controller does have a Transaction
Translator, which is essential for low-/full-speed devices like
Bluetooth adapters. The support for this block got lost in the
5.4.y update (d4332b5
), and this commit adds it back so that all
pre-high-speed devices work again.
This commit is contained in:
parent
a590b124e9
commit
f74856a6aa
2 changed files with 2 additions and 2 deletions
|
@ -4557,7 +4557,7 @@ CONFIG_USB_XHCI_PCI=y
|
|||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_XHCI_MVEBU=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
|
||||
CONFIG_USB_EHCI_ROOT_HUB_TT=y
|
||||
CONFIG_USB_EHCI_TT_NEWSCHED=y
|
||||
CONFIG_USB_EHCI_PCI=y
|
||||
# CONFIG_USB_EHCI_FSL is not set
|
||||
|
|
|
@ -4585,7 +4585,7 @@ CONFIG_USB_XHCI_PCI=y
|
|||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_XHCI_MVEBU=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
|
||||
CONFIG_USB_EHCI_ROOT_HUB_TT=y
|
||||
CONFIG_USB_EHCI_TT_NEWSCHED=y
|
||||
CONFIG_USB_EHCI_PCI=y
|
||||
# CONFIG_USB_EHCI_FSL is not set
|
||||
|
|
Loading…
Add table
Reference in a new issue