]> git.sur5r.net Git - u-boot/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)
commitb7ca56dcda8a2be0e7ca6142448ab4153926aafc
tree592b57d60dedf29a8b5b56e6b66568fef4c6cafd
parentdca3166f55973143b750a3e9517c6b646ebab132
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]