Re: [U-Boot] [PATCH v2 11/18] usb: dwc3-generic: if no max speed is specified in DT, assume super speed

2019-05-13 Thread Marek Vasut
On 5/13/19 4:30 PM, Jean-Jacques Hiblot wrote: > There is no need to fail if the maximum speed is not specified. > If the speed is not specified, do the same as linux and assume super speed. > > Signed-off-by: Jean-Jacques Hiblot > --- > > Changes in v2: None > >

[U-Boot] [PATCH v2 11/18] usb: dwc3-generic: if no max speed is specified in DT, assume super speed

2019-05-13 Thread Jean-Jacques Hiblot
There is no need to fail if the maximum speed is not specified. If the speed is not specified, do the same as linux and assume super speed. Signed-off-by: Jean-Jacques Hiblot --- Changes in v2: None drivers/usb/dwc3/dwc3-generic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)