Skip to content

Commit 8711734

Browse files
mindachen1987gregkh
authored andcommitted
usb: dwc3: starfive: Add JHB100 USB 2.0 DRD controller
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>
1 parent d7a8d8b commit 8711734

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/usb/dwc3/dwc3-generic-plat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ static const struct of_device_id dwc3_generic_of_match[] = {
236236
{ .compatible = "spacemit,k3-dwc3", },
237237
{ .compatible = "fsl,ls1028a-dwc3", &fsl_ls1028_dwc3},
238238
{ .compatible = "eswin,eic7700-dwc3", &eic7700_dwc3},
239+
{ .compatible = "starfive,jhb100-dwc3", },
239240
{ /* sentinel */ }
240241
};
241242
MODULE_DEVICE_TABLE(of, dwc3_generic_of_match);

0 commit comments

Comments
 (0)