]> git.ipfire.org Git - thirdparty/u-boot.git/commit
phy: Add a new driver for OMAP's USB2 PHYs
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 29 Nov 2018 09:57:39 +0000 (10:57 +0100)
committerMarek Vasut <marex@denx.de>
Fri, 7 Dec 2018 15:31:46 +0000 (16:31 +0100)
commit668257e0238fd78e9a0841fade8e1db447037053
tree235ef9d7c772ab87d50b12ec94ba8274c97a945f
parent0752d7013a5e266c8cf24a0205999f7f717caba3
phy: Add a new driver for OMAP's USB2 PHYs

This drivers supports the USB2 PHY found on omap5 and dra7 SOCs.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/omap-usb2-phy.c [new file with mode: 0644]