diff options
author | Yu Xu <yuxu@marvell.com> | 2012-08-09 10:29:31 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-08-09 11:03:12 -0400 |
commit | a67e76ac904cb48946262bf353f1df0d1b349368 (patch) | |
tree | 589a810f7247ff4aa195d52ef0938f0782f71427 /drivers/usb/phy/Makefile | |
parent | df6791d7042d839b68c58cd7dc3699f9ae5a8f22 (diff) |
usb: phy: mv_u3d: Add usb phy driver for mv_u3d
The driver supports phy_init and phy_shutdown functions to
enable and disable phy for Marvell USB 3.0 controller.
Signed-off-by: Yu Xu <yuxu@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Makefile')
-rw-r--r-- | drivers/usb/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile index eca095b1a890..cf38f08c818f 100644 --- a/drivers/usb/phy/Makefile +++ b/drivers/usb/phy/Makefile | |||
@@ -5,3 +5,4 @@ | |||
5 | ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG | 5 | ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG |
6 | 6 | ||
7 | obj-$(CONFIG_USB_ISP1301) += isp1301.o | 7 | obj-$(CONFIG_USB_ISP1301) += isp1301.o |
8 | obj-$(CONFIG_MV_U3D_PHY) += mv_u3d_phy.o | ||