
On 12:38 Fri 03 Oct , dirk.behme@googlemail.com wrote:
Subject: [PATCH 03/12 v2] ARM: OMAP3: Add overo pin mux, omap3 and prototype headers
From: Dirk Behme dirk.behme@gmail.com
Add overo pin mux, omap3 and prototype headers
Signed-off-by: Dirk Behme dirk.behme@gmail.com
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.