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

2015-08-19 Thread Marek Vasut
On Wednesday, August 12, 2015 at 10:19:14 PM, Marek Vasut wrote: > Add the Synopsys compatible string. This is used in SoCFPGA DT files. > > Signed-off-by: Marek Vasut Applied both, thanks. Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@list

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

2015-08-12 Thread Marek Vasut
Add the Synopsys compatible string. This is used in SoCFPGA DT files. Signed-off-by: Marek Vasut --- 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/dri