diff options
author | Krzysztof Hałasa <khc@pm.waw.pl> | 2009-11-16 09:57:41 -0500 |
---|---|---|
committer | Krzysztof Hałasa <khc@pm.waw.pl> | 2009-12-05 10:58:39 -0500 |
commit | f89f44902af4b88e12c5d2c888915749362198e7 (patch) | |
tree | 326caa45390cbacf6f54b0977b85a47f023b6a20 /arch/arm/mach-ixp4xx/coyote-setup.c | |
parent | ec66969685ecf04e8a5036369702fa9aec07cc17 (diff) |
IXP4xx: move Coyote platform macros to the platform code.
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'arch/arm/mach-ixp4xx/coyote-setup.c')
-rw-r--r-- | arch/arm/mach-ixp4xx/coyote-setup.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-ixp4xx/coyote-setup.c b/arch/arm/mach-ixp4xx/coyote-setup.c index aab1954e2747..25bf5ad770ea 100644 --- a/arch/arm/mach-ixp4xx/coyote-setup.c +++ b/arch/arm/mach-ixp4xx/coyote-setup.c | |||
@@ -25,6 +25,15 @@ | |||
25 | #include <asm/mach/arch.h> | 25 | #include <asm/mach/arch.h> |
26 | #include <asm/mach/flash.h> | 26 | #include <asm/mach/flash.h> |
27 | 27 | ||
28 | #define COYOTE_IDE_BASE_PHYS IXP4XX_EXP_BUS_BASE(3) | ||
29 | #define COYOTE_IDE_BASE_VIRT 0xFFFE1000 | ||
30 | #define COYOTE_IDE_REGION_SIZE 0x1000 | ||
31 | |||
32 | #define COYOTE_IDE_DATA_PORT 0xFFFE10E0 | ||
33 | #define COYOTE_IDE_CTRL_PORT 0xFFFE10FC | ||
34 | #define COYOTE_IDE_ERROR_PORT 0xFFFE10E2 | ||
35 | #define IRQ_COYOTE_IDE IRQ_IXP4XX_GPIO5 | ||
36 | |||
28 | static struct flash_platform_data coyote_flash_data = { | 37 | static struct flash_platform_data coyote_flash_data = { |
29 | .map_name = "cfi_probe", | 38 | .map_name = "cfi_probe", |
30 | .width = 2, | 39 | .width = 2, |