]> git.dujemihanovic.xyz Git - u-boot.git/commit
phy: Add support for the Apple Type-C PHY
authorMark Kettenis <kettenis@openbsd.org>
Fri, 14 Jul 2023 20:21:42 +0000 (22:21 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 14 Aug 2023 21:51:51 +0000 (17:51 -0400)
commitb99c6357877da2829dc7fd73a50048e83abc53e2
treef898d1a2dff5e2718e6a833c76d30930eb988bf9
parent815ce125a4a0a2f17ed5fee900b80954542b360c
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>
MAINTAINERS
arch/arm/Kconfig
configs/apple_m1_defconfig
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-apple-atc.c [new file with mode: 0644]