summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/Makefile
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2015-05-22 18:14:23 +0200
committerLukasz Majewski <l.majewski@samsung.com>2015-06-08 15:25:44 +0200
commita272c99d30000e5daadcf20a22df27f98ac215dd (patch)
treec8bd3048c90286d81df4a4df1e7e9166abd29436 /drivers/usb/dwc3/Makefile
parent4e633e465b56ac24ecec1025f492fd3147f8d20f (diff)
downloadtalos-obmc-uboot-a272c99d30000e5daadcf20a22df27f98ac215dd.tar.gz
talos-obmc-uboot-a272c99d30000e5daadcf20a22df27f98ac215dd.zip
samsung: usb: phy: Support for DWC3 PHY
New files, namely samsung_usb_phy.c and samsung-usb-phy-uboot.h have been added to u-boot to provide proper PHY handling at Exynos5 SoCs. This code is used thereafter in the board_usb_init() call. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Cc: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/usb/dwc3/Makefile')
-rw-r--r--drivers/usb/dwc3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/Makefile b/drivers/usb/dwc3/Makefile
index e455a5279c..02bb216db7 100644
--- a/drivers/usb/dwc3/Makefile
+++ b/drivers/usb/dwc3/Makefile
@@ -6,3 +6,4 @@ dwc3-y += gadget.o ep0.o
obj-$(CONFIG_USB_DWC3_OMAP) += dwc3-omap.o
obj-$(CONFIG_USB_DWC3_PHY_OMAP) += ti_usb_phy.o
+obj-$(CONFIG_USB_DWC3_PHY_SAMSUNG) += samsung_usb_phy.o
OpenPOWER on IntegriCloud