diff options
Diffstat (limited to 'arch/arm/mach-s5pc100/cpu.c')
-rw-r--r-- | arch/arm/mach-s5pc100/cpu.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/cpu.c b/arch/arm/mach-s5pc100/cpu.c index 7b5bdbc9a5df..251c92ac5b22 100644 --- a/arch/arm/mach-s5pc100/cpu.c +++ b/arch/arm/mach-s5pc100/cpu.c | |||
@@ -38,9 +38,12 @@ | |||
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> |
44 | #include <plat/adc-core.h> | ||
43 | #include <plat/onenand-core.h> | 45 | #include <plat/onenand-core.h> |
46 | #include <plat/fb-core.h> | ||
44 | 47 | ||
45 | #include <plat/s5pc100.h> | 48 | #include <plat/s5pc100.h> |
46 | 49 | ||
@@ -87,11 +90,15 @@ void __init s5pc100_map_io(void) | |||
87 | s5pc100_default_sdhci1(); | 90 | s5pc100_default_sdhci1(); |
88 | s5pc100_default_sdhci2(); | 91 | s5pc100_default_sdhci2(); |
89 | 92 | ||
93 | s3c_adc_setname("s3c64xx-adc"); | ||
94 | |||
90 | /* the i2c devices are directly compatible with s3c2440 */ | 95 | /* the i2c devices are directly compatible with s3c2440 */ |
91 | s3c_i2c0_setname("s3c2440-i2c"); | 96 | s3c_i2c0_setname("s3c2440-i2c"); |
92 | s3c_i2c1_setname("s3c2440-i2c"); | 97 | s3c_i2c1_setname("s3c2440-i2c"); |
93 | 98 | ||
94 | s3c_onenand_setname("s5pc100-onenand"); | 99 | s3c_onenand_setname("s5pc100-onenand"); |
100 | s3c_fb_setname("s5pc100-fb"); | ||
101 | s3c_cfcon_setname("s5pc100-pata"); | ||
95 | } | 102 | } |
96 | 103 | ||
97 | void __init s5pc100_init_clocks(int xtal) | 104 | void __init s5pc100_init_clocks(int xtal) |