summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-07-15 20:43:10 (GMT)
committerSandeep Paulraj <s-paulraj@ti.com>2010-08-05 14:11:14 (GMT)
commit2ad853c3485e08612bb7725ba50d35b679978ebc (patch)
tree98fed499c3fb97e11919765af05a3742e8928ed6 /arch/arm/cpu/armv7
parent9efac4a1eb99d9c5539aa6992025eeacab7980c6 (diff)
downloadu-boot-2ad853c3485e08612bb7725ba50d35b679978ebc.tar.xz
ARMV7: Add pad mux support for OMAP4
Add functional multiplexing support for OMAP4 pads. Configure all the pads for the OMAP4430 SDP and OMAP4 Panda boards Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7')
-rw-r--r--arch/arm/cpu/armv7/omap4/board.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap4/board.c b/arch/arm/cpu/armv7/omap4/board.c
index 5bf7173..2e80d1f 100644
--- a/arch/arm/cpu/armv7/omap4/board.c
+++ b/arch/arm/cpu/armv7/omap4/board.c
@@ -88,3 +88,14 @@ int checkboard(void)
return 0;
}
+/*
+* This function is called by start_armboot. You can reliably use static
+* data. Any boot-time function that require static data should be
+* called from here
+*/
+int arch_cpu_init(void)
+{
+ set_muxconf_regs();
+ return 0;
+}
+