summaryrefslogtreecommitdiff
path: root/drivers/usb/host/dwc2.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-08-19 18:04:48 -0400
committerTom Rini <trini@konsulko.com>2015-08-19 18:04:48 -0400
commita5d338b2f24d8e193bfa2b6ee33eb39cff0b4adf (patch)
treed76b05507789305b36c78f478acde37fde1cd994 /drivers/usb/host/dwc2.c
parentd1221462fece27ad163dcd0c181a456c73fe2011 (diff)
parent7a1386f96bca550240670fa3461d3a0dc060aa01 (diff)
downloadu-boot-imx-a5d338b2f24d8e193bfa2b6ee33eb39cff0b4adf.zip
u-boot-imx-a5d338b2f24d8e193bfa2b6ee33eb39cff0b4adf.tar.gz
u-boot-imx-a5d338b2f24d8e193bfa2b6ee33eb39cff0b4adf.tar.bz2
Merge git://git.denx.de/u-boot-usb
Diffstat (limited to 'drivers/usb/host/dwc2.c')
-rw-r--r--drivers/usb/host/dwc2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/dwc2.c b/drivers/usb/host/dwc2.c
index 09f91f1..85236ae 100644
--- a/drivers/usb/host/dwc2.c
+++ b/drivers/usb/host/dwc2.c
@@ -1113,11 +1113,12 @@ struct dm_usb_ops dwc2_usb_ops = {
static const struct udevice_id dwc2_usb_ids[] = {
{ .compatible = "brcm,bcm2835-usb" },
+ { .compatible = "snps,dwc2" },
{ }
};
U_BOOT_DRIVER(usb_dwc2) = {
- .name = "dwc2_exynos",
+ .name = "dwc2_usb",
.id = UCLASS_USB,
.of_match = dwc2_usb_ids,
.ofdata_to_platdata = dwc2_usb_ofdata_to_platdata,