Re: [U-Boot] [PATCH v2 4/4] config: rk3399: add support for dwc3 gadget

2016-08-28 Thread Kever Yang
Hi Steve, On 08/28/2016 06:22 AM, Steve Rae wrote: Hi Kever, On Aug 23, 2016 20:48, "Kever Yang" > wrote: > > To support fastboot, we need to enable the controller first. > rk3399 is using dwc3 as usb device controller, this patch enable > the configs for dw

Re: [U-Boot] [PATCH v2 4/4] config: rk3399: add support for dwc3 gadget

2016-08-27 Thread Steve Rae
Hi Kever, On Aug 23, 2016 20:48, "Kever Yang" wrote: > > To support fastboot, we need to enable the controller first. > rk3399 is using dwc3 as usb device controller, this patch enable > the configs for dwc3 gadget. > > Signed-off-by: Kever Yang > Reviewed-by: Simon Glass > --- > > Changes in v

[U-Boot] [PATCH v2 4/4] config: rk3399: add support for dwc3 gadget

2016-08-23 Thread Kever Yang
To support fastboot, we need to enable the controller first. rk3399 is using dwc3 as usb device controller, this patch enable the configs for dwc3 gadget. Signed-off-by: Kever Yang Reviewed-by: Simon Glass --- Changes in v2: - remove config for USB2PHY UTMI BITS include/configs/rk3399_common.