diff options
Diffstat (limited to 'arch/arm/mach-s5pv210/cpu.c')
-rw-r--r-- | arch/arm/mach-s5pv210/cpu.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/arm/mach-s5pv210/cpu.c b/arch/arm/mach-s5pv210/cpu.c index ede163707db1..c7e0b8a65c4a 100644 --- a/arch/arm/mach-s5pv210/cpu.c +++ b/arch/arm/mach-s5pv210/cpu.c | |||
@@ -32,7 +32,9 @@ | |||
32 | #include <plat/devs.h> | 32 | #include <plat/devs.h> |
33 | #include <plat/clock.h> | 33 | #include <plat/clock.h> |
34 | #include <plat/s5pv210.h> | 34 | #include <plat/s5pv210.h> |
35 | #include <plat/adc-core.h> | ||
35 | #include <plat/ata-core.h> | 36 | #include <plat/ata-core.h> |
37 | #include <plat/fimc-core.h> | ||
36 | #include <plat/iic-core.h> | 38 | #include <plat/iic-core.h> |
37 | #include <plat/keypad-core.h> | 39 | #include <plat/keypad-core.h> |
38 | #include <plat/sdhci.h> | 40 | #include <plat/sdhci.h> |
@@ -84,9 +86,6 @@ static void s5pv210_sw_reset(void) | |||
84 | 86 | ||
85 | void __init s5pv210_map_io(void) | 87 | void __init s5pv210_map_io(void) |
86 | { | 88 | { |
87 | #ifdef CONFIG_S3C_DEV_ADC | ||
88 | s3c_device_adc.name = "s3c64xx-adc"; | ||
89 | #endif | ||
90 | iotable_init(s5pv210_iodesc, ARRAY_SIZE(s5pv210_iodesc)); | 89 | iotable_init(s5pv210_iodesc, ARRAY_SIZE(s5pv210_iodesc)); |
91 | 90 | ||
92 | /* initialise device information early */ | 91 | /* initialise device information early */ |
@@ -95,8 +94,14 @@ void __init s5pv210_map_io(void) | |||
95 | s5pv210_default_sdhci2(); | 94 | s5pv210_default_sdhci2(); |
96 | s5pv210_default_sdhci3(); | 95 | s5pv210_default_sdhci3(); |
97 | 96 | ||
97 | s3c_adc_setname("s3c64xx-adc"); | ||
98 | |||
98 | s3c_cfcon_setname("s5pv210-pata"); | 99 | s3c_cfcon_setname("s5pv210-pata"); |
99 | 100 | ||
101 | s3c_fimc_setname(0, "s5pv210-fimc"); | ||
102 | s3c_fimc_setname(1, "s5pv210-fimc"); | ||
103 | s3c_fimc_setname(2, "s5pv210-fimc"); | ||
104 | |||
100 | /* the i2c devices are directly compatible with s3c2440 */ | 105 | /* the i2c devices are directly compatible with s3c2440 */ |
101 | s3c_i2c0_setname("s3c2440-i2c"); | 106 | s3c_i2c0_setname("s3c2440-i2c"); |
102 | s3c_i2c1_setname("s3c2440-i2c"); | 107 | s3c_i2c1_setname("s3c2440-i2c"); |