Re: [U-Boot] [PATCH v2] ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULP

2019-10-24 Thread Marek Vasut
On 10/24/19 3:29 PM, Fabio Estevam wrote: > The ULP has two USB controllers. These two controllers have similar NC > registers layout as i.MX7D. But OTG0 uses UTMI PHY simliar as i.MX6, not > the integrated PHY on i.MX7D. The OTG1 needs off-chip HSIC PHY or ULPI PHY > to work. Applied, thanks

[U-Boot] [PATCH v2] ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULP

2019-10-24 Thread Fabio Estevam
From: Ye Li The ULP has two USB controllers. These two controllers have similar NC registers layout as i.MX7D. But OTG0 uses UTMI PHY simliar as i.MX6, not the integrated PHY on i.MX7D. The OTG1 needs off-chip HSIC PHY or ULPI PHY to work. This patch only supports OTG0 with UTMI PHY. Signed-off