summary refs log tree commit diff
path: root/drivers/phy/Makefile
diff options
context:
space:
mode:
authorLi Jun <jun.li@nxp.com>2018-11-15 15:12:47 +0100
committerKishon Vijay Abraham I <kishon@ti.com>2018-12-12 10:01:46 +0530
commitefe81bea891586680a928ea5dde40eb1fff34be2 (patch)
tree522700beecee473d39418189a0e321981a8bbcb6 /drivers/phy/Makefile
parent3c2ce40b2fbb52b5e861f8664f5422d39f11b39e (diff)
downloadlinux-efe81bea891586680a928ea5dde40eb1fff34be2.tar.gz
phy: add driver for Freescale i.MX8MQ USB3 PHY
This is a cleaned up port of the downstream i.MX8MQ USB3 PHY driver.

Signed-off-by: Li Jun <jun.li@nxp.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
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 0301e25d07c1..84acb3761457 100644
--- a/drivers/phy/Makefile
+++ b/drivers/phy/Makefile
@@ -16,6 +16,7 @@ obj-$(CONFIG_ARCH_ROCKCHIP)		+= rockchip/
 obj-$(CONFIG_ARCH_TEGRA)		+= tegra/
 obj-y					+= broadcom/	\
 					   cadence/	\
+					   freescale/	\
 					   hisilicon/	\
 					   marvell/	\
 					   motorola/	\