> -----Original Message-----
> From: Ravulapalli, Naresh Kumar <[email protected]>
> Sent: Wednesday, 24 September, 2025 3:49 PM
> To: [email protected]
> Cc: Chee, Tien Fong <[email protected]>; Marek Vasut
> <[email protected]>; Simon Goldschmidt
> <[email protected]>; Tom Rini <[email protected]>;
> Ravulapalli, Naresh Kumar <[email protected]>
> Subject: [PATCH v4 2/4] configs: Enable USB DWC3 host drivers for Agilex5
>
> Required USB DWC3 host driver configurations are enabled for Agilex5.
>
> Signed-off-by: Naresh Kumar Ravulapalli <[email protected]>
> ---
> configs/socfpga_agilex5_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/configs/socfpga_agilex5_defconfig
> b/configs/socfpga_agilex5_defconfig
> index b373201dbaa..7cd2fcbf4ac 100644
> --- a/configs/socfpga_agilex5_defconfig
> +++ b/configs/socfpga_agilex5_defconfig
> @@ -101,7 +101,9 @@ CONFIG_TIMER=y
> CONFIG_DESIGNWARE_APB_TIMER=y
> CONFIG_USB=y
> CONFIG_USB_XHCI_HCD=y
> +CONFIG_USB_XHCI_DWC3=y
> CONFIG_USB_DWC2=y
> +CONFIG_USB_DWC3=y
> CONFIG_DESIGNWARE_WATCHDOG=y
> CONFIG_WDT=y
> # CONFIG_SPL_USE_TINY_PRINTF is not set
> --
> 2.35.3
Reviewed-by: Tien Fong Chee <[email protected]>