[U-Boot] [PATCH] ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULP
Fabio Estevam
festevam at gmail.com
Thu Oct 24 13:31:24 UTC 2019
Hi Marek,
On Mon, Oct 21, 2019 at 11:17 AM Marek Vasut <marex at denx.de> wrote:
> > config USB_EHCI_MX6
> > bool "Support for i.MX6 on-chip EHCI USB controller"
>
> Can you also update the description ?
Sure, done in v2.
>
> > - depends on ARCH_MX6
> > + depends on ARCH_MX6 || ARCH_MX7ULP
>
> Should this also depend on ARCH_MX7 here ?
No, it is USB_EHCI_MX7 that depends on ARCH_MX7:
config USB_EHCI_MX7
bool "Support for i.MX7 on-chip EHCI USB controller"
depends on ARCH_MX7
> > default y
> > ---help---
> > Enables support for the on-chip EHCI controller on i.MX6 SoCs.
> > @@ -169,7 +169,7 @@ config USB_EHCI_VF
> > help
> > Enables support for the on-chip EHCI controller on Vybrid SoCs.
> >
> > -if USB_EHCI_MX7
> > +if USB_EHCI_MX7 || USB_EHCI_MX6
>
> Please swap the MX6 and MX7 to keep the list sorted.
Done in v2.
Thanks
More information about the U-Boot
mailing list