[U-Boot] [PATCH 1/3] usb: dwc2: Add driver for Synopsis DWC2 USB IP block

Marek Vasut marex at denx.de
Fri Sep 26 17:59:05 CEST 2014


On Friday, September 26, 2014 at 05:01:22 PM, Dinh Nguyen wrote:
[...]
> >>> +#define DWC2_GUSBCFG_TX_END_DELAY			(1 << 28)
> >>> +#define DWC2_GUSBCFG_TX_END_DELAY_OFFSET		28
> >> 
> >> bits 29 and 30 of GUSBCFG are to Force Host and Device mode,
> >> respectively. These bits may get used in the future.
> > 
> > That's good, what's their exact name please ?
> 
> They should be:
> #define DWC2_GUSBCFG_FORCEDEVMODE            (1 << 30)
> #define DWC2_GUSBCFG_FORCEHOSTMODE           (1 << 29)
> 
> Also, for patch 1/3 and 2/3, I was able to test USB functionality on the
> SoCFPGA devkit. So you can add:
> 
> Tested-by: Dinh Nguyen <dinguyen at opensource.altera.com>

Thanks, fixed.

Best regards,
Marek Vasut


More information about the U-Boot mailing list