[U-Boot] [PATCH] ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULP
Marek Vasut
marex at denx.de
Mon Oct 21 13:56:11 UTC 2019
On 10/21/19 3:52 PM, Fabio Estevam wrote:
[...]
> diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
> index 30c6b69be8..14ce98c778 100644
> --- a/drivers/usb/host/Kconfig
> +++ b/drivers/usb/host/Kconfig
> @@ -142,7 +142,7 @@ config USB_EHCI_MX5
>
> config USB_EHCI_MX6
> bool "Support for i.MX6 on-chip EHCI USB controller"
Can you also update the description ?
> - depends on ARCH_MX6
> + depends on ARCH_MX6 || ARCH_MX7ULP
Should this also depend on ARCH_MX7 here ?
> 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.
[...]
--
Best regards,
Marek Vasut
More information about the U-Boot
mailing list