Hi, On 17 March 2017 at 10:25, <[email protected]> wrote: > From: Patrice Chotard <[email protected]> > > This is the generic phy driver for the picoPHY ports > used by USB2 and USB3 Host controllers available on > STiH407 SoC families. > > Signed-off-by: Patrice Chotard <[email protected]> > --- > configs/stih410-b2260_defconfig | 1 + > drivers/usb/Kconfig | 4 + > drivers/usb/phy/Kconfig | 11 +++ > drivers/usb/phy/Makefile | 1 + > drivers/usb/phy/sti_phy_usb.c | 158 > ++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 175 insertions(+) > create mode 100644 drivers/usb/phy/Kconfig > create mode 100644 drivers/usb/phy/sti_phy_usb.c
Really we should have a UCLASS_USB_PHY for this. Can you work up a simple implementation as a starting point? Regards, Simon _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

