aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/dwc3-of-simple.c
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2018-04-12 10:41:11 +0200
committerMarek Vasut <marex@denx.de>2018-04-21 18:38:56 +0200
commitcc73ba97c008e96df5799dc37acbb04344fb3ac6 (patch)
treedfe1e37e702def1f79f79c76fad525182ac09877 /drivers/usb/host/dwc3-of-simple.c
parent103774b71cc0e510f890f639f9c3a65ad9d005c9 (diff)
downloadu-boot-cc73ba97c008e96df5799dc37acbb04344fb3ac6.zip
u-boot-cc73ba97c008e96df5799dc37acbb04344fb3ac6.tar.gz
u-boot-cc73ba97c008e96df5799dc37acbb04344fb3ac6.tar.bz2
usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.
Add the compatibility with "ti,dwc3" and enable it by default if DM_USB is enabled. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'drivers/usb/host/dwc3-of-simple.c')
-rw-r--r--drivers/usb/host/dwc3-of-simple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/dwc3-of-simple.c b/drivers/usb/host/dwc3-of-simple.c
index 54a5f60..abc3928 100644
--- a/drivers/usb/host/dwc3-of-simple.c
+++ b/drivers/usb/host/dwc3-of-simple.c
@@ -95,6 +95,7 @@ static int dwc3_of_simple_remove(struct udevice *dev)
static const struct udevice_id dwc3_of_simple_ids[] = {
{ .compatible = "amlogic,meson-gxl-dwc3" },
+ { .compatible = "ti,dwc3" },
{ }
};