summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap4/omap4.h
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-07-15 13:43:10 -0700
committerSandeep Paulraj <s-paulraj@ti.com>2010-08-05 10:11:14 -0400
commit2ad853c3485e08612bb7725ba50d35b679978ebc (patch)
tree98fed499c3fb97e11919765af05a3742e8928ed6 /arch/arm/include/asm/arch-omap4/omap4.h
parent9efac4a1eb99d9c5539aa6992025eeacab7980c6 (diff)
downloadbootable_bootloader_goldelico_gta04-2ad853c3485e08612bb7725ba50d35b679978ebc.zip
bootable_bootloader_goldelico_gta04-2ad853c3485e08612bb7725ba50d35b679978ebc.tar.gz
bootable_bootloader_goldelico_gta04-2ad853c3485e08612bb7725ba50d35b679978ebc.tar.bz2
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/include/asm/arch-omap4/omap4.h')
-rw-r--r--arch/arm/include/asm/arch-omap4/omap4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap4/omap4.h b/arch/arm/include/asm/arch-omap4/omap4.h
index 5243ea8..79ff22c 100644
--- a/arch/arm/include/asm/arch-omap4/omap4.h
+++ b/arch/arm/include/asm/arch-omap4/omap4.h
@@ -44,6 +44,8 @@
/* CONTROL */
#define CTRL_BASE (OMAP44XX_L4_CORE_BASE + 0x2000)
+#define CONTROL_PADCONF_CORE (OMAP44XX_L4_CORE_BASE + 0x100000)
+#define CONTROL_PADCONF_WKUP (OMAP44XX_L4_CORE_BASE + 0x31E000)
/* UART */
#define UART1_BASE (OMAP44XX_L4_PER_BASE + 0x6a000)