diff options
author | Mark Kettenis <kettenis@openbsd.org> | 2023-07-14 22:21:42 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-14 17:51:51 -0400 |
commit | b99c6357877da2829dc7fd73a50048e83abc53e2 (patch) | |
tree | f898d1a2dff5e2718e6a833c76d30930eb988bf9 /configs/apple_m1_defconfig | |
parent | 815ce125a4a0a2f17ed5fee900b80954542b360c (diff) | |
download | u-boot-b99c6357877da2829dc7fd73a50048e83abc53e2.tar.gz |
phy: Add support for the Apple Type-C PHY
This is merely a dummy driver that makes sure the DWC3 XHCI driver
finds its reset and PHY controllers. We rely on iBoot to set up
the PHY for us.
Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Diffstat (limited to 'configs/apple_m1_defconfig')
-rw-r--r-- | configs/apple_m1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig index 755560971e5..d58a9030dbd 100644 --- a/configs/apple_m1_defconfig +++ b/configs/apple_m1_defconfig @@ -16,6 +16,7 @@ CONFIG_NVME_APPLE=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_XHCI_PCI=y +CONFIG_USB_DWC3=y CONFIG_USB_KEYBOARD=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_NO_FB_CLEAR=y |