[U-Boot] [PATCH 1/2] usb: dwc2: Add original Synopsys compat string

Marek Vasut marex at denx.de
Wed Aug 12 22:19:14 CEST 2015


Add the Synopsys compatible string. This is used in SoCFPGA DT files.

Signed-off-by: Marek Vasut <marex at denx.de>
---
 drivers/usb/host/dwc2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/host/dwc2.c b/drivers/usb/host/dwc2.c
index 09f91f1..7b29134 100644
--- a/drivers/usb/host/dwc2.c
+++ b/drivers/usb/host/dwc2.c
@@ -1113,6 +1113,7 @@ struct dm_usb_ops dwc2_usb_ops = {
 
 static const struct udevice_id dwc2_usb_ids[] = {
 	{ .compatible = "brcm,bcm2835-usb" },
+	{ .compatible = "snps,dwc2" },
 	{ }
 };
 
-- 
2.1.4



More information about the U-Boot mailing list