From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 5 Oct 2008 03:23:03 +0200 Subject: [U-Boot] [PATCH 03/12 v2] ARM: OMAP3: Add overo pin mux, omap3 and prototype headers In-Reply-To: <48e5f61b.0c07560a.38b2.ffffda44@mx.google.com> References: <48e5f5fb.0405560a.7aac.0b21@mx.google.com> <48e5f61b.0c07560a.38b2.ffffda44@mx.google.com> Message-ID: <20081005012303.GC14377@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12:38 Fri 03 Oct , dirk.behme at googlemail.com wrote: > Subject: [PATCH 03/12 v2] ARM: OMAP3: Add overo pin mux, omap3 and prototype headers > > From: Dirk Behme > > Add overo pin mux, omap3 and prototype headers > > Signed-off-by: Dirk Behme > > --- > Changes in version v2: > > - Update Overo pin mux to add and pull down X_GATE, by Steve Sakoman. > > include/asm-arm/arch-omap3/mux.h | 337 +++++++++++++++++++++++++++++++++ > include/asm-arm/arch-omap3/omap3.h | 135 +++++++++++++ > include/asm-arm/arch-omap3/sys_proto.h | 71 ++++++ > 3 files changed, 543 insertions(+) > > Index: u-boot-arm/include/asm-arm/arch-omap3/mux.h > =================================================================== > --- u-boot-arm.orig/include/asm-arm/arch-omap3/mux.h > +++ u-boot-arm/include/asm-arm/arch-omap3/mux.h > @@ -754,4 +754,341 @@ > MUX_VAL(CP(sdrc_cke0), (IDIS | PTU | EN | M0)) /*sdrc_cke0*/\ Same as before please use tab instead of space and please be carefull of 80 chards limit Best Regaards, J.