summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x/board-autcpu12.c
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-05-13 21:07:28 +0400
committerOlof Johansson <olof@lixom.net>2013-06-11 15:47:26 -0700
commitbe95f7aaacd8a070c97ac5b63911e09481989956 (patch)
tree9e5f40498654d41d6c34ad7180061a025ff869c0 /arch/arm/mach-clps711x/board-autcpu12.c
parentd29268ceb8f500be5fa4636b1335c974250c0f34 (diff)
downloadop-kernel-dev-be95f7aaacd8a070c97ac5b63911e09481989956.zip
op-kernel-dev-be95f7aaacd8a070c97ac5b63911e09481989956.tar.gz
ARM: clps711x: autcpu12: Move remaining specific definitions to board file
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-clps711x/board-autcpu12.c')
-rw-r--r--arch/arm/mach-clps711x/board-autcpu12.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/board-autcpu12.c b/arch/arm/mach-clps711x/board-autcpu12.c
index 91a3ab5..cd50314 100644
--- a/arch/arm/mach-clps711x/board-autcpu12.c
+++ b/arch/arm/mach-clps711x/board-autcpu12.c
@@ -42,7 +42,6 @@
#include <asm/page.h>
#include <asm/mach/map.h>
-#include <mach/autcpu12.h>
#include "common.h"
#include "devices.h"
@@ -50,6 +49,14 @@
/* NOR flash */
#define AUTCPU12_FLASH_BASE (CS0_PHYS_BASE)
+/* Board specific hardware definitions */
+#define AUTCPU12_CHAR_LCD_BASE (CS1_PHYS_BASE + 0x00000000)
+#define AUTCPU12_CSAUX1_BASE (CS1_PHYS_BASE + 0x04000000)
+#define AUTCPU12_CAN_BASE (CS1_PHYS_BASE + 0x08000000)
+#define AUTCPU12_TOUCH_BASE (CS1_PHYS_BASE + 0x0a000000)
+#define AUTCPU12_IO_BASE (CS1_PHYS_BASE + 0x0c000000)
+#define AUTCPU12_LPT_BASE (CS1_PHYS_BASE + 0x0e000000)
+
/* NVRAM */
#define AUTCPU12_NVRAM_BASE (CS1_PHYS_BASE + 0x02000000)
OpenPOWER on IntegriCloud