]> git.baikalelectronics.ru Git - uboot.git/commit
usb: phy: Add STi USB2 PHY
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 5 Sep 2017 09:04:21 +0000 (11:04 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 22 Sep 2017 11:39:57 +0000 (07:39 -0400)
commitd83bb4147650f211b14d2ae8f25e2637ec8259e7
tree592b57d60dedf29a8b5b56e6b66568fef4c6cafd
parentd5eb40f6a5f3e3dc4d556364130b48bc33758941
usb: phy: Add STi USB2 PHY

This is the generic phy driver for the picoPHY ports
used by USB2/1.1 controllers. It is found on STiH407 SoC
family from STMicroelectronics.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/device-tree-bindings/phy/phy-stih407-usb.txt [new file with mode: 0644]
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/sti_usb_phy.c [new file with mode: 0644]