]> git.sur5r.net Git - u-boot/commit
phy: add support for STM32 usb phy controller
authorPatrice Chotard <patrice.chotard@st.com>
Fri, 27 Apr 2018 09:01:55 +0000 (11:01 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 18 May 2018 11:17:31 +0000 (13:17 +0200)
commit3b29121678241078ce08120e18108898ff3b7abd
tree859f413115c65f682563e6ddba5d8051a31e2cc2
parent1fe9ae76b113103bcc40aa15949f9dd8aa0a06a2
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>
Documentation/devicetree/bindings/phy/phy-stm32-usbphyc.txt [new file with mode: 0644]
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-stm32-usbphyc.c [new file with mode: 0644]