Re: [PATCH 2/5] usb: chipidea: flags to force usb mode (host/device)

2013-02-14 Thread Michael Grzeschik
Hi Svetoslav, On Wed, Feb 13, 2013 at 11:38:55PM +0200, Svetoslav Neykov wrote: > The chipidea controller in the AR933x SOC supports both host and device modes > but not OTG. > Which USB mode is used depends on a pin state (GIPO13) during boot - HIGH for > host, LOW for device mode. > Currently

[PATCH 2/5] usb: chipidea: flags to force usb mode (host/device)

2013-02-13 Thread Svetoslav Neykov
The chipidea controller in the AR933x SOC supports both host and device modes but not OTG. Which USB mode is used depends on a pin state (GIPO13) during boot - HIGH for host, LOW for device mode. Currently if both host and device modes are available, the code assumes OTG support. Add flags to al