summaryrefslogtreecommitdiff
path: root/drivers/phy/Makefile
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2021-02-21 19:26:21 +0300
committerStefano Babic <sbabic@denx.de>2021-07-17 14:12:23 +0300
commit4266dc1dffc173099966d7e2e0cdf959c93800b8 (patch)
treedc50ffe23d5a0230ae8690c8190fc27e9d8af2fa /drivers/phy/Makefile
parent375d7e92980671c868788daf106e66d212faad6a (diff)
downloadu-boot-4266dc1dffc173099966d7e2e0cdf959c93800b8.tar.xz
phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQ
Add the USB PHY driver for i.MX8MQ to work with DWC3 USB controller. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Patrick Wildt <patrick@blueri.se> Tested-by: Patrick Wildt <patrick@blueri.se>
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 3c4a673a83..c6ad3b1b26 100644
--- a/drivers/phy/Makefile
+++ b/drivers/phy/Makefile
@@ -31,3 +31,4 @@ obj-$(CONFIG_MT7620_USB_PHY) += mt7620-usb-phy.o
obj-$(CONFIG_MT76X8_USB_PHY) += mt76x8-usb-phy.o
obj-$(CONFIG_PHY_DA8XX_USB) += phy-da8xx-usb.o
obj-$(CONFIG_PHY_MTK_TPHY) += phy-mtk-tphy.o
+obj-$(CONFIG_PHY_IMX8MQ_USB) += phy-imx8mq-usb.o