diff options
author | Mark Kettenis | 2023-07-14 22:21:42 +0200 |
---|---|---|
committer | Tom Rini | 2023-08-14 17:51:51 -0400 |
commit | b99c6357877da2829dc7fd73a50048e83abc53e2 (patch) | |
tree | f898d1a2dff5e2718e6a833c76d30930eb988bf9 /MAINTAINERS | |
parent | 815ce125a4a0a2f17ed5fee900b80954542b360c (diff) |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2db052961b2..77a8b0ac218 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -123,6 +123,7 @@ F: configs/apple_m1_defconfig F: drivers/iommu/apple_dart.c F: drivers/nvme/nvme_apple.c F: drivers/pci/pcie_apple.c +F: drivers/phy/phy-apple-atc.c F: drivers/pinctrl/pinctrl-apple.c F: drivers/watchdog/apple_wdt.c F: include/configs/apple.h |