aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/Makefile
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-04-27 11:01:55 +0200
committerMarek Vasut <marex@denx.de>2018-05-18 13:17:31 +0200
commit3b29121678241078ce08120e18108898ff3b7abd (patch)
tree859f413115c65f682563e6ddba5d8051a31e2cc2 /drivers/phy/Makefile
parent1fe9ae76b113103bcc40aa15949f9dd8aa0a06a2 (diff)
downloadu-boot-3b29121678241078ce08120e18108898ff3b7abd.zip
u-boot-3b29121678241078ce08120e18108898ff3b7abd.tar.gz
u-boot-3b29121678241078ce08120e18108898ff3b7abd.tar.bz2
phy: add support for STM32 usb phy controller
This patch adds phy tranceiver driver for STM32 USB PHY Controller (usbphyc) that provides dual port High-Speed phy for OTG (single port) and EHCI/OHCI host controller (two ports). One port of the phy is shared between the two USB controllers through a UTMI+ switch. Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.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 5c8711d..ba0803c 100644
--- a/drivers/phy/Makefile
+++ b/drivers/phy/Makefile
@@ -12,4 +12,5 @@ obj-$(CONFIG_BCM6368_USBH_PHY) += bcm6368-usbh-phy.o
obj-$(CONFIG_PHY_SANDBOX) += sandbox-phy.o
obj-$(CONFIG_$(SPL_)PIPE3_PHY) += ti-pipe3-phy.o
obj-$(CONFIG_STI_USB_PHY) += sti_usb_phy.o
+obj-$(CONFIG_PHY_STM32_USBPHYC) += phy-stm32-usbphyc.o
obj-$(CONFIG_MESON_GXL_USB_PHY) += meson-gxl-usb2.o meson-gxl-usb3.o