Re: [PATCH v4 1/3] omap3: beaglexm: fix EHCI power up GPIO dir

2011-01-10 Thread Aaro Koskinen
Hi, On Fri, 7 Jan 2011, Nishanth Menon wrote: From: Koen Kooi k...@beagleboard.org EHCI enable power pin is inverted (active high) in comparison to vanilla beagle which is active low. Handle this case conditionally. Without this fix, Beagle XM 4 port EHCI will not function and no networking

Re: [PATCH v4 1/3] omap3: beaglexm: fix EHCI power up GPIO dir

2011-01-10 Thread Nishanth Menon
Aaro Koskinen had written, on 01/10/2011 06:44 AM, the following: Hi, On Fri, 7 Jan 2011, Nishanth Menon wrote: From: Koen Kooi k...@beagleboard.org EHCI enable power pin is inverted (active high) in comparison to vanilla beagle which is active low. Handle this case conditionally. Without

[PATCH v4 1/3] omap3: beaglexm: fix EHCI power up GPIO dir

2011-01-07 Thread Nishanth Menon
From: Koen Kooi k...@beagleboard.org EHCI enable power pin is inverted (active high) in comparison to vanilla beagle which is active low. Handle this case conditionally. Without this fix, Beagle XM 4 port EHCI will not function and no networking will be available [...@ti.com: split up, added