diff options
author | Abhilash Kesavan <a.kesavan@samsung.com> | 2010-06-08 04:11:43 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:31:01 -0400 |
commit | 4b9a5ad567af06d8929f022c71469ada1679a367 (patch) | |
tree | 9eced368d95901463a5565d465a1c3440fa48dc3 /arch/arm/mach-s5pv210/include/mach/map.h | |
parent | ba149f3acdbbf143d70a64275917a6297c2373ba (diff) |
ARM: S5PV210: Add support for Compact Flash driver on SMDKV210/C110
Following is added for the CF-ATA driver:
- Platform data strucure instantiation
- Platform device enabling code
- Platform-specific gpio setup code
- Fixed IRQ naming to match across 64xx and v210
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach/map.h')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/map.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/map.h b/arch/arm/mach-s5pv210/include/mach/map.h index 34eb168ec950..3846a0be2fa6 100644 --- a/arch/arm/mach-s5pv210/include/mach/map.h +++ b/arch/arm/mach-s5pv210/include/mach/map.h | |||
@@ -54,6 +54,8 @@ | |||
54 | 54 | ||
55 | #define S5PV210_PA_SROMC (0xE8000000) | 55 | #define S5PV210_PA_SROMC (0xE8000000) |
56 | 56 | ||
57 | #define S5PV210_PA_CFCON (0xE8200000) | ||
58 | |||
57 | #define S5PV210_PA_MDMA 0xFA200000 | 59 | #define S5PV210_PA_MDMA 0xFA200000 |
58 | #define S5PV210_PA_PDMA0 0xE0900000 | 60 | #define S5PV210_PA_PDMA0 0xE0900000 |
59 | #define S5PV210_PA_PDMA1 0xE0A00000 | 61 | #define S5PV210_PA_PDMA1 0xE0A00000 |
@@ -104,5 +106,6 @@ | |||
104 | #define S3C_PA_WDT S5PV210_PA_WATCHDOG | 106 | #define S3C_PA_WDT S5PV210_PA_WATCHDOG |
105 | 107 | ||
106 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC | 108 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC |
109 | #define SAMSUNG_PA_CFCON S5PV210_PA_CFCON | ||
107 | 110 | ||
108 | #endif /* __ASM_ARCH_MAP_H */ | 111 | #endif /* __ASM_ARCH_MAP_H */ |