[PATCH v7 3/7] usb: onboard-hub: add support for Microchip USB5744
Marek Vasut
marex at denx.de
Tue Oct 8 18:15:56 CEST 2024
On 10/8/24 5:41 PM, Venkatesh Yadav Abbarapu wrote:
> Add support for the Microchip USB5744 USB3.0 and USB2.0 Hub.
> The usb5744 driver trigger hub reset signal after soft reset.
> The usb5744 hub need to reset after the phy initialization,
> which toggles the gpio.
>
> Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu at amd.com>
> Reviewed-by: Marek Vasut <marex at denx.de>
> ---
> common/usb_onboard_hub.c | 15 +++++++++++++--
> 1 file changed, 13 insertions(+), 2 deletions(-)
>
> diff --git a/common/usb_onboard_hub.c b/common/usb_onboard_hub.c
> index 6ef9c87fc9..53b7a9c3ba 100644
> --- a/common/usb_onboard_hub.c
> +++ b/common/usb_onboard_hub.c
> @@ -89,10 +89,21 @@ static int usb_onboard_hub_remove(struct udevice *dev)
> return ret;
> }
>
> +static const struct onboard_hub_data usb5744_data = {
> + .reset_us = 10000,
> + .power_on_delay_us = 10000,
Sort the list here please.
More information about the U-Boot
mailing list