]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
usb: dwc3: starfive: Add JHB100 USB 2.0 DRD controller
authorMinda Chen <minda.chen@starfivetech.com>
Fri, 10 Apr 2026 11:25:00 +0000 (19:25 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Apr 2026 10:02:43 +0000 (12:02 +0200)
JHB100 contains 2 dwc3 USB controllers and PHYs and working
as USB 2.0 speed. It can working in generic platform and
setting default properties.

Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
Link: https://patch.msgid.link/20260410112500.90432-3-minda.chen@starfivetech.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/dwc3-generic-plat.c

index 69b7e6227b3ba28ee43a73116e2a20913bb1ac8a..ca69ac0eb07cece7705d5b661125001555934510 100644 (file)
@@ -236,6 +236,7 @@ static const struct of_device_id dwc3_generic_of_match[] = {
        { .compatible = "spacemit,k3-dwc3", },
        { .compatible = "fsl,ls1028a-dwc3", &fsl_ls1028_dwc3},
        { .compatible = "eswin,eic7700-dwc3", &eic7700_dwc3},
+       { .compatible = "starfive,jhb100-dwc3", },
        { /* sentinel */ }
 };
 MODULE_DEVICE_TABLE(of, dwc3_generic_of_match);