diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-05-13 21:07:28 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-06-12 02:47:26 +0400 |
commit | be95f7aaacd8a070c97ac5b63911e09481989956 (patch) | |
tree | 9e5f40498654d41d6c34ad7180061a025ff869c0 /arch/arm/mach-clps711x/board-autcpu12.c | |
parent | d29268ceb8f500be5fa4636b1335c974250c0f34 (diff) | |
download | linux-be95f7aaacd8a070c97ac5b63911e09481989956.tar.xz |
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.c | 9 |
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 91a3ab50fc20..cd503149d30b 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) |