[PATCH 2/3] usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC

Thinh Nguyen Thinh.Nguyen at synopsys.com
Tue Mar 17 18:24:22 PDT 2026


On Tue, Mar 17, 2026, Yixun Lan wrote:
> Add support for the DWC3 USB controller which found in SpacemiT K3 SoC.
> 
> Signed-off-by: Yixun Lan <dlan at kernel.org>
> ---
>  drivers/usb/dwc3/dwc3-generic-plat.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/usb/dwc3/dwc3-generic-plat.c b/drivers/usb/dwc3/dwc3-generic-plat.c
> index e846844e0023..28219968b8b0 100644
> --- a/drivers/usb/dwc3/dwc3-generic-plat.c
> +++ b/drivers/usb/dwc3/dwc3-generic-plat.c
> @@ -212,6 +212,7 @@ static const struct dwc3_generic_config eic7700_dwc3 =  {
>  
>  static const struct of_device_id dwc3_generic_of_match[] = {
>  	{ .compatible = "spacemit,k1-dwc3", },
> +	{ .compatible = "spacemit,k3-dwc3", },
>  	{ .compatible = "fsl,ls1028a-dwc3", &fsl_ls1028_dwc3},
>  	{ .compatible = "eswin,eic7700-dwc3", &eic7700_dwc3},
>  	{ /* sentinel */ }
> 
> -- 
> 2.53.0
> 

Acked-by: Thinh Nguyen <Thinh.Nguyen at synopsys.com>

BR,
Thinh


More information about the linux-riscv mailing list