Re: [U-Boot] [PATCH v4 02/11] usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.

2018-04-12 Thread Marek Vasut
On 04/12/2018 10:41 AM, Jean-Jacques Hiblot wrote: > Add the compatibility with "ti,dwc3" and enable it by default if DM_USB > is enabled. > > Signed-off-by: Jean-Jacques Hiblot > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: None > > drivers/usb/host/Kconfig | 1

[U-Boot] [PATCH v4 02/11] usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.

2018-04-12 Thread Jean-Jacques Hiblot
Add the compatibility with "ti,dwc3" and enable it by default if DM_USB is enabled. Signed-off-by: Jean-Jacques Hiblot --- Changes in v4: None Changes in v3: None Changes in v2: None drivers/usb/host/Kconfig | 1 + drivers/usb/host/dwc3-of-simple.c | 1 + 2 files changed, 2 insertions