]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
usb: dwc2: Add original Synopsys compat string
authorMarek Vasut <marex@denx.de>
Wed, 12 Aug 2015 20:19:14 +0000 (22:19 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:29:37 +0000 (10:29 +0200)
Add the Synopsys compatible string. This is used in SoCFPGA DT files.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/usb/host/dwc2.c

index 09f91f190af3d07245b186d7765b3eac149d4b51..7b291345f683ba7efcc4042a938da0b4652b6026 100644 (file)
@@ -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" },
        { }
 };