Re: [U-Boot] [PATCH] tegra20: usb: rework set_host_mode

2012-08-07 Thread Stephen Warren
On 08/07/2012 02:35 PM, Lucas Stach wrote: > Am Dienstag, den 07.08.2012, 14:21 -0600 schrieb Stephen Warren: >> On 08/07/2012 12:19 PM, Lucas Stach wrote: >>> This allows for two things: >>> - VBus GPIO may be used on other ports than the OTG one >>> - VBus GPIO may be low active if specified by D

Re: [U-Boot] [PATCH] tegra20: usb: rework set_host_mode

2012-08-07 Thread Lucas Stach
Am Dienstag, den 07.08.2012, 14:21 -0600 schrieb Stephen Warren: > On 08/07/2012 12:19 PM, Lucas Stach wrote: > > This allows for two things: > > - VBus GPIO may be used on other ports than the OTG one > > - VBus GPIO may be low active if specified by DT > > Hmmm. Why would the board have control

Re: [U-Boot] [PATCH] tegra20: usb: rework set_host_mode

2012-08-07 Thread Stephen Warren
On 08/07/2012 12:19 PM, Lucas Stach wrote: > This allows for two things: > - VBus GPIO may be used on other ports than the OTG one > - VBus GPIO may be low active if specified by DT Hmmm. Why would the board have control over whether VBUS is asserted if the port isn't intended to operate in OTG mo

[U-Boot] [PATCH] tegra20: usb: rework set_host_mode

2012-08-07 Thread Lucas Stach
This allows for two things: - VBus GPIO may be used on other ports than the OTG one - VBus GPIO may be low active if specified by DT Signed-off-by: Lucas Stach CC: Stephen Warren CC: Tom Warren --- arch/arm/cpu/armv7/tegra20/usb.c | 35 +++ 1 Datei geƤndert, 19