usb: dwc3: Add versal compatibility string to dwc3 glue ids
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Tue, 12 May 2020 06:36:01 +0000 (08:36 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Tue, 12 May 2020 07:27:14 +0000 (09:27 +0200)
Xilinx Versal platform uses dwc3 and hence its compatible string
needs to be added to dwc3 glue ids.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/usb/dwc3/dwc3-generic.c

index eabd53a36dc9e85bf1c2319b60e9ab2daa8011da..175866cf4debdccfa11f81cc0d03cb48ada89a4a 100644 (file)
@@ -420,6 +420,7 @@ static int dwc3_glue_remove(struct udevice *dev)
 
 static const struct udevice_id dwc3_glue_ids[] = {
        { .compatible = "xlnx,zynqmp-dwc3" },
+       { .compatible = "xlnx,versal-dwc3" },
        { .compatible = "ti,keystone-dwc3"},
        { .compatible = "ti,dwc3", .data = (ulong)&ti_ops },
        { .compatible = "ti,am437x-dwc3", .data = (ulong)&ti_ops },