aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-23 08:30:22 -0400
committerTom Rini <trini@konsulko.com>2021-09-23 08:30:22 -0400
commit014166c5610e6a17636b359c379506cf339b4f46 (patch)
treecd8be5e61c792ba194c2bcf4fd7f40c470455efa /configs
parenta49930f4c6ed5dcbf5127f7bf6d189afa92bffb3 (diff)
parent53eed9adfac17921511ebf9e00c429bcb385d231 (diff)
downloadu-boot-014166c5610e6a17636b359c379506cf339b4f46.zip
u-boot-014166c5610e6a17636b359c379506cf339b4f46.tar.gz
u-boot-014166c5610e6a17636b359c379506cf339b4f46.tar.bz2
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 'configs')
-rw-r--r--configs/orangepi_3_defconfig5
-rw-r--r--configs/pine_h64_defconfig5
2 files changed, 10 insertions, 0 deletions
diff --git a/configs/orangepi_3_defconfig b/configs/orangepi_3_defconfig
index c243a58..ebecf49 100644
--- a/configs/orangepi_3_defconfig
+++ b/configs/orangepi_3_defconfig
@@ -8,5 +8,10 @@ CONFIG_MMC0_CD_PIN="PF6"
CONFIG_MMC_SUNXI_SLOT_EXTRA=2
CONFIG_BLUETOOTH_DT_DEVICE_FIXUP="brcm,bcm4345c5"
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_PHY_SUN50I_USB3=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_DWC3=y
+# CONFIG_USB_DWC3_GADGET is not set
diff --git a/configs/pine_h64_defconfig b/configs/pine_h64_defconfig
index 4e621db..1928509 100644
--- a/configs/pine_h64_defconfig
+++ b/configs/pine_h64_defconfig
@@ -12,5 +12,10 @@ CONFIG_SPL_SPI_SUNXI=y
# CONFIG_PSCI_RESET is not set
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SUN8I_EMAC=y
+CONFIG_PHY_SUN50I_USB3=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_DWC3=y
+# CONFIG_USB_DWC3_GADGET is not set