mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
usb: dwc2: Add original Synopsys compat string
Add the Synopsys compatible string. This is used in SoCFPGA DT files. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
5df1315211
commit
f522f9475f
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue