diff options
| author | Vignesh Raghavendra <[email protected]> | 2019-12-09 10:37:29 +0530 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2020-01-20 10:10:29 +0530 |
| commit | cab4e275dd148a5bf6fe53933314e6732309ad2a (patch) | |
| tree | 5b1155a93567fbb2fd17e8b00aca6414a5fd1edd /drivers | |
| parent | edcfee172eb9f06e6284fab98a70a35b76f08d9f (diff) | |
dwc3-generic: Add support for AM654 USB controller
AM654 has DWC3 USB controller that is very similar to other TI SoCs. Add
a new compatible to enable the same.
Signed-off-by: Vignesh Raghavendra <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/dwc3/dwc3-generic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/dwc3-generic.c b/drivers/usb/dwc3/dwc3-generic.c index 8d45748b3b8..3e116b2c5cc 100644 --- a/drivers/usb/dwc3/dwc3-generic.c +++ b/drivers/usb/dwc3/dwc3-generic.c @@ -426,6 +426,7 @@ static const struct udevice_id dwc3_glue_ids[] = { { .compatible = "ti,keystone-dwc3"}, { .compatible = "ti,dwc3", .data = (ulong)&ti_ops }, { .compatible = "ti,am437x-dwc3", .data = (ulong)&ti_ops }, + { .compatible = "ti,am654-dwc3" }, { } }; |
