Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC

Add support for the DWC3 USB controller which found in SpacemiT K3 SoC.

Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Signed-off-by: Yixun Lan <dlan@kernel.org>
Link: https://patch.msgid.link/20260320-02-k3-usb20-support-v2-2-308ea0e44038@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Yixun Lan and committed by
Greg Kroah-Hartman
c05cf9d2 e7e86965

+1
+1
drivers/usb/dwc3/dwc3-generic-plat.c
··· 212 212 213 213 static const struct of_device_id dwc3_generic_of_match[] = { 214 214 { .compatible = "spacemit,k1-dwc3", }, 215 + { .compatible = "spacemit,k3-dwc3", }, 215 216 { .compatible = "fsl,ls1028a-dwc3", &fsl_ls1028_dwc3}, 216 217 { .compatible = "eswin,eic7700-dwc3", &eic7700_dwc3}, 217 218 { /* sentinel */ }