summaryrefslogtreecommitdiff
path: root/drivers/phy/Makefile
diff options
context:
space:
mode:
authorStanley Chang <stanley_chang@realtek.com>2023-07-25 06:31:53 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-07-26 07:38:14 +0300
commit134e6d25f6bd06071e5aac0a7eefcea6f7713955 (patch)
treeac78ae9a612080f5492601ce0a3f9731d6927713 /drivers/phy/Makefile
parenta08799cf17c22375752abfad3b4a2b34b3acb287 (diff)
downloadlinux-134e6d25f6bd06071e5aac0a7eefcea6f7713955.tar.xz
phy: realtek: usb: Add driver for the Realtek SoC USB 2.0 PHY
Realtek DHC (digital home center) RTD SoCs support DWC3 XHCI USB controller. Added the driver to drive the USB 2.0 PHY transceivers. Signed-off-by: Stanley Chang <stanley_chang@realtek.com> Link: https://lore.kernel.org/r/20230725033318.8361-2-stanley_chang@realtek.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r--drivers/phy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile
index 54f312c10a40..ba7c100b14fc 100644
--- a/drivers/phy/Makefile
+++ b/drivers/phy/Makefile
@@ -26,6 +26,7 @@ obj-y += allwinner/ \
mscc/ \
qualcomm/ \
ralink/ \
+ realtek/ \
renesas/ \
rockchip/ \
samsung/ \