commit | 9da57eaa9b586753dbe6f01217b6c23428634da6 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Thu Oct 24 10:29:32 2019 -0300 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Oct 24 15:31:13 2019 +0200 |
tree | 70aa0d535099f867d289d82bb9d6fb721817d9f4 | |
parent | 9c24d017b53229b7bf0b92c1d3f90f1c0c424cef [diff] |
ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULP 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-by: Ye Li <ye.li@nxp.com> Signed-off-by: Fabio Estevam <festevam@gmail.com>