aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2023-01-21 20:27:59 +0100
committerTom Rini <trini@konsulko.com>2023-01-27 14:32:55 -0500
commit9fdf1dfc1f9e445a68a483cf6afcdd41b222e615 (patch)
tree2637d4885d198548f50e536c7515d7c277022b85
parent58f99313fa3a9d7c2b8ce16d0d6a250b607781be (diff)
downloadu-boot-9fdf1dfc1f9e445a68a483cf6afcdd41b222e615.zip
u-boot-9fdf1dfc1f9e445a68a483cf6afcdd41b222e615.tar.gz
u-boot-9fdf1dfc1f9e445a68a483cf6afcdd41b222e615.tar.bz2
arm: apple: Enable PCIe USB controller
Some Apple Silicon machines have a PCIe XHCI controller in additon to the DWC3 controllers integrated on the SoC. On the Mac mini the Type-A ports are handled by this PCIe controller. Enabling it allows the use of these ports in U-Boot. Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
-rw-r--r--configs/apple_m1_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig
index 4ba0933..b4ecf73 100644
--- a/configs/apple_m1_defconfig
+++ b/configs/apple_m1_defconfig
@@ -15,6 +15,7 @@ CONFIG_APPLE_SPI_KEYB=y
CONFIG_NVME_APPLE=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
+CONFIG_USB_XHCI_PCI=y
CONFIG_USB_KEYBOARD=y
CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_NO_FB_CLEAR=y