[ 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:
Hamster Tian
2020-04-20 11:17:54 +08:00
committed by GitHub
parent a590b124e9
commit f74856a6aa
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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