diff options
author | Abhilash Kesavan <a.kesavan@samsung.com> | 2010-06-08 04:02:08 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:30:50 -0400 |
commit | 66194a74c290e7e082c276329ee84d54669c82fc (patch) | |
tree | e2acb18df8c8ef6701b424ec5cc0b3326fa2c62e /arch/arm/mach-s5pc100/cpu.c | |
parent | 9fe6206f400646a2322096b56c59891d530e8d51 (diff) |
ARM: S5PC100: Add support for Compact Flash driver on SMDKC100
Following is added for the CF-ATA driver:
- Platform data strucure instantiation
- Platform device enabling code
- Platform-specific gpio setup code
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pc100/cpu.c')
-rw-r--r-- | arch/arm/mach-s5pc100/cpu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/cpu.c b/arch/arm/mach-s5pc100/cpu.c index 7b5bdbc9a5df..5ce66de1a93d 100644 --- a/arch/arm/mach-s5pc100/cpu.c +++ b/arch/arm/mach-s5pc100/cpu.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <plat/cpu.h> | 38 | #include <plat/cpu.h> |
39 | #include <plat/devs.h> | 39 | #include <plat/devs.h> |
40 | #include <plat/clock.h> | 40 | #include <plat/clock.h> |
41 | #include <plat/ata-core.h> | ||
41 | #include <plat/iic-core.h> | 42 | #include <plat/iic-core.h> |
42 | #include <plat/sdhci.h> | 43 | #include <plat/sdhci.h> |
43 | #include <plat/onenand-core.h> | 44 | #include <plat/onenand-core.h> |
@@ -92,6 +93,7 @@ void __init s5pc100_map_io(void) | |||
92 | s3c_i2c1_setname("s3c2440-i2c"); | 93 | s3c_i2c1_setname("s3c2440-i2c"); |
93 | 94 | ||
94 | s3c_onenand_setname("s5pc100-onenand"); | 95 | s3c_onenand_setname("s5pc100-onenand"); |
96 | s3c_cfcon_setname("s5pc100-pata"); | ||
95 | } | 97 | } |
96 | 98 | ||
97 | void __init s5pc100_init_clocks(int xtal) | 99 | void __init s5pc100_init_clocks(int xtal) |