mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
usb: dwc3: Add versal compatibility string to dwc3 glue ids
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>
This commit is contained in:
committed by
Marek Vasut
parent
73ca0140e1
commit
648856ac19
@@ -420,6 +420,7 @@ static int dwc3_glue_remove(struct udevice *dev)
|
|||||||
|
|
||||||
static const struct udevice_id dwc3_glue_ids[] = {
|
static const struct udevice_id dwc3_glue_ids[] = {
|
||||||
{ .compatible = "xlnx,zynqmp-dwc3" },
|
{ .compatible = "xlnx,zynqmp-dwc3" },
|
||||||
|
{ .compatible = "xlnx,versal-dwc3" },
|
||||||
{ .compatible = "ti,keystone-dwc3"},
|
{ .compatible = "ti,keystone-dwc3"},
|
||||||
{ .compatible = "ti,dwc3", .data = (ulong)&ti_ops },
|
{ .compatible = "ti,dwc3", .data = (ulong)&ti_ops },
|
||||||
{ .compatible = "ti,am437x-dwc3", .data = (ulong)&ti_ops },
|
{ .compatible = "ti,am437x-dwc3", .data = (ulong)&ti_ops },
|
||||||
|
Reference in New Issue
Block a user