summaryrefslogtreecommitdiffstats
path: root/drivers/phy/st/Makefile
diff options
context:
space:
mode:
authorAmelie Delaunay <amelie.delaunay@st.com>2018-03-02 15:56:25 +0100
committerKishon Vijay Abraham I <kishon@ti.com>2018-03-16 16:53:00 +0530
commit94c358da3a0545205c6c6a50ae26141f1c73acfa (patch)
tree3e848396b197b016f134469847f160b8ccd909a4 /drivers/phy/st/Makefile
parent194303d60b68a8038979560e5f4ca493bbb3cf37 (diff)
downloadlinux-0-day-94c358da3a0545205c6c6a50ae26141f1c73acfa.tar.gz
linux-0-day-94c358da3a0545205c6c6a50ae26141f1c73acfa.tar.xz
phy: stm32: add support for STM32 USB PHY Controller (USBPHYC)
This patch adds phy transceiver 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. [fengguang.wu@intel.com: Make stm32_usbphyc_get_pll_params() to be static] Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/st/Makefile')
-rw-r--r--drivers/phy/st/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/st/Makefile b/drivers/phy/st/Makefile
index e2adfe2166d27..c0091ad1fd48b 100644
--- a/drivers/phy/st/Makefile
+++ b/drivers/phy/st/Makefile
@@ -2,3 +2,4 @@ obj-$(CONFIG_PHY_MIPHY28LP) += phy-miphy28lp.o
obj-$(CONFIG_PHY_ST_SPEAR1310_MIPHY) += phy-spear1310-miphy.o
obj-$(CONFIG_PHY_ST_SPEAR1340_MIPHY) += phy-spear1340-miphy.o
obj-$(CONFIG_PHY_STIH407_USB) += phy-stih407-usb.o
+obj-$(CONFIG_PHY_STM32_USBPHYC) += phy-stm32-usbphyc.o