From: Marek Vasut Date: Wed, 12 Aug 2015 20:19:14 +0000 (+0200) Subject: usb: dwc2: Add original Synopsys compat string X-Git-Tag: v2015.10-rc3~107^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f522f9475f86c27bc0dd8733d029833a3845d725;p=u-boot usb: dwc2: Add original Synopsys compat string Add the Synopsys compatible string. This is used in SoCFPGA DT files. Signed-off-by: Marek Vasut --- diff --git a/drivers/usb/host/dwc2.c b/drivers/usb/host/dwc2.c index 09f91f190a..7b291345f6 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" }, { } };