]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
usb: dwc3: Add versal compatibility string to dwc3 glue ids
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Mon, 22 Apr 2019 09:15:03 +0000 (14:45 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 4 Jun 2019 10:44:49 +0000 (12:44 +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 e14a75993286eab2d4b20dc0115020d2006e3955..33f6777eb535186b001ca43749c603a89b3338f0 100644 (file)
@@ -345,6 +345,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 },