aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator/include/mach
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-01-17 14:59:58 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-05-02 04:35:28 -0400
commitda7ba956c84d3c85c5ec619af794a6ca0ee3faae (patch)
tree3e0cccd1ca0d29f90870cad6cdc973c9b7218a36 /arch/arm/mach-integrator/include/mach
parent861248d177145fc5861507e4607fec89fd0a0462 (diff)
ARM: Integrator: fix Integrator/CP definitions, move to platform.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-integrator/include/mach')
-rw-r--r--arch/arm/mach-integrator/include/mach/platform.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/arch/arm/mach-integrator/include/mach/platform.h b/arch/arm/mach-integrator/include/mach/platform.h
index e00a2624f269..0e172e48bc85 100644
--- a/arch/arm/mach-integrator/include/mach/platform.h
+++ b/arch/arm/mach-integrator/include/mach/platform.h
@@ -290,12 +290,14 @@
290#define INTEGRATOR_DBG_LEDS (INTEGRATOR_DBG_BASE + INTEGRATOR_DBG_LEDS_OFFSET) 290#define INTEGRATOR_DBG_LEDS (INTEGRATOR_DBG_BASE + INTEGRATOR_DBG_LEDS_OFFSET)
291#define INTEGRATOR_DBG_SWITCH (INTEGRATOR_DBG_BASE + INTEGRATOR_DBG_SWITCH_OFFSET) 291#define INTEGRATOR_DBG_SWITCH (INTEGRATOR_DBG_BASE + INTEGRATOR_DBG_SWITCH_OFFSET)
292 292
293 293#define INTEGRATOR_AP_GPIO_BASE 0x1B000000 /* GPIO */
294#if defined(CONFIG_ARCH_INTEGRATOR_AP) 294
295#define INTEGRATOR_GPIO_BASE 0x1B000000 /* GPIO */ 295#define INTEGRATOR_CP_MMC_BASE 0x1C000000 /* MMC */
296#elif defined(CONFIG_ARCH_INTEGRATOR_CP) 296#define INTEGRATOR_CP_AACI_BASE 0x1D000000 /* AACI */
297#define INTEGRATOR_GPIO_BASE 0xC9000000 /* GPIO */ 297#define INTEGRATOR_CP_ETH_BASE 0xC8000000 /* Ethernet */
298#endif 298#define INTEGRATOR_CP_GPIO_BASE 0xC9000000 /* GPIO */
299#define INTEGRATOR_CP_SIC_BASE 0xCA000000 /* SIC */
300#define INTEGRATOR_CP_CTL_BASE 0xCB000000 /* CP system control */
299 301
300/* ------------------------------------------------------------------------ 302/* ------------------------------------------------------------------------
301 * KMI keyboard/mouse definitions 303 * KMI keyboard/mouse definitions