aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ixp4xx/coyote-setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ixp4xx/coyote-setup.c')
-rw-r--r--arch/arm/mach-ixp4xx/coyote-setup.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp4xx/coyote-setup.c b/arch/arm/mach-ixp4xx/coyote-setup.c
index aab1954e2747..31a47f6a8939 100644
--- a/arch/arm/mach-ixp4xx/coyote-setup.c
+++ b/arch/arm/mach-ixp4xx/coyote-setup.c
@@ -14,7 +14,6 @@
14#include <linux/serial.h> 14#include <linux/serial.h>
15#include <linux/tty.h> 15#include <linux/tty.h>
16#include <linux/serial_8250.h> 16#include <linux/serial_8250.h>
17#include <linux/slab.h>
18 17
19#include <asm/types.h> 18#include <asm/types.h>
20#include <asm/setup.h> 19#include <asm/setup.h>
@@ -25,6 +24,15 @@
25#include <asm/mach/arch.h> 24#include <asm/mach/arch.h>
26#include <asm/mach/flash.h> 25#include <asm/mach/flash.h>
27 26
27#define COYOTE_IDE_BASE_PHYS IXP4XX_EXP_BUS_BASE(3)
28#define COYOTE_IDE_BASE_VIRT 0xFFFE1000
29#define COYOTE_IDE_REGION_SIZE 0x1000
30
31#define COYOTE_IDE_DATA_PORT 0xFFFE10E0
32#define COYOTE_IDE_CTRL_PORT 0xFFFE10FC
33#define COYOTE_IDE_ERROR_PORT 0xFFFE10E2
34#define IRQ_COYOTE_IDE IRQ_IXP4XX_GPIO5
35
28static struct flash_platform_data coyote_flash_data = { 36static struct flash_platform_data coyote_flash_data = {
29 .map_name = "cfi_probe", 37 .map_name = "cfi_probe",
30 .width = 2, 38 .width = 2,