Re: [U-Boot] [PATCH 2/2] beagleboard: enable HUB power on XM boards

2011-08-13 Thread Eric Bénard
Hi Jason, On 12/08/2011 23:09, Jason Kridner wrote: > On Tue, Jun 14, 2011 at 10:33 AM, Eric Bénard wrote: >> Hi Christian, >> >> On 14/06/2011 16:27, Christian Spielberger wrote: >>> we have both, a beagle xM-B and a beagle xM-C. The following works on >>> both boards and is different from your

Re: [U-Boot] [PATCH 2/2] beagleboard: enable HUB power on XM boards

2011-08-12 Thread Jason Kridner
On Tue, Jun 14, 2011 at 10:33 AM, Eric Bénard wrote: > Hi Christian, > > On 14/06/2011 16:27, Christian Spielberger wrote: >> we have both, a beagle xM-B and a beagle xM-C. The following works on >> both boards and is different from your patch. It is not possible to >> differentiate between Rev xM

Re: [U-Boot] [PATCH 2/2] beagleboard: enable HUB power on XM boards

2011-06-14 Thread Eric Bénard
Hi Christian, On 14/06/2011 16:27, Christian Spielberger wrote: > we have both, a beagle xM-B and a beagle xM-C. The following works on > both boards and is different from your patch. It is not possible to > differentiate between Rev xM-A and xM-B. Anyway, the only difference is > in the processor

Re: [U-Boot] [PATCH 2/2] beagleboard: enable HUB power on XM boards

2011-06-14 Thread Christian Spielberger
Hello Eric, we have both, a beagle xM-B and a beagle xM-C. The following works on both boards and is different from your patch. It is not possible to differentiate between Rev xM-A and xM-B. Anyway, the only difference is in the processors silicon revision (ES 1.0 to ES 1.1). regards, chris.

[U-Boot] [PATCH 2/2] beagleboard: enable HUB power on XM boards

2011-06-10 Thread Eric Bénard
LEDA needs to be at level 0 to enable HUB_3V3 Signed-off-by: Eric Bénard --- board/ti/beagle/beagle.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c index ab50514..7509916 100644 --- a/board/ti/beagle/beagle.c +++