Re: [U-Boot] [PATCH] OMAP3 Beagle Pin Mux initialization glitch fix

2011-08-11 Thread Jason Kridner
On Thu, Aug 11, 2011 at 1:26 AM, Joel A Fernandes wrote: > From: Bob Feretich > > From: Bob Feretich > > The below patch reverses the order of two segments in the board file. > Output pins need to have their values initialized, before they are > exposed to the logic outside the chip. > > Previou

[U-Boot] [PATCH] OMAP3 Beagle Pin Mux initialization glitch fix

2011-08-10 Thread Joel A Fernandes
From: Bob Feretich From: Bob Feretich The below patch reverses the order of two segments in the board file. Output pins need to have their values initialized, before they are exposed to the logic outside the chip. Previous discussions: http://lists.denx.de/pipermail/u-boot/2011-March/088115.ht

Re: [U-Boot] [PATCH] OMAP3 Beagle Pin Mux initialization glitch fix

2011-03-01 Thread Jason Kridner
On Thu, Feb 24, 2011 at 6:16 PM, Bob Feretich wrote: > The below patch reverses the order of two segments in the board file. > Output pins need to have their values initialized, before they are > exposed to the logic outside the chip. > > Signed-off-by: Bob Feretich > Cc: Wolfgang Denk Looks go

[U-Boot] [PATCH] OMAP3 Beagle Pin Mux initialization glitch fix

2011-02-24 Thread Bob Feretich
The below patch reverses the order of two segments in the board file. Output pins need to have their values initialized, before they are exposed to the logic outside the chip. Signed-off-by: Bob Feretich Cc: Wolfgang Denk --- diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c ---