diff options
Diffstat (limited to 'arch/arm/mach-s3c6410/cpu.c')
-rw-r--r-- | arch/arm/mach-s3c6410/cpu.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/cpu.c b/arch/arm/mach-s3c6410/cpu.c index 975cf88f0e8..6a73ca6b7a3 100644 --- a/arch/arm/mach-s3c6410/cpu.c +++ b/arch/arm/mach-s3c6410/cpu.c | |||
@@ -35,6 +35,8 @@ | |||
35 | #include <plat/cpu.h> | 35 | #include <plat/cpu.h> |
36 | #include <plat/devs.h> | 36 | #include <plat/devs.h> |
37 | #include <plat/clock.h> | 37 | #include <plat/clock.h> |
38 | #include <plat/sdhci.h> | ||
39 | #include <plat/iic-core.h> | ||
38 | #include <plat/s3c6400.h> | 40 | #include <plat/s3c6400.h> |
39 | #include <plat/s3c6410.h> | 41 | #include <plat/s3c6410.h> |
40 | 42 | ||
@@ -51,6 +53,14 @@ static struct map_desc s3c6410_iodesc[] __initdata = { | |||
51 | void __init s3c6410_map_io(void) | 53 | void __init s3c6410_map_io(void) |
52 | { | 54 | { |
53 | iotable_init(s3c6410_iodesc, ARRAY_SIZE(s3c6410_iodesc)); | 55 | iotable_init(s3c6410_iodesc, ARRAY_SIZE(s3c6410_iodesc)); |
56 | |||
57 | /* initialise device information early */ | ||
58 | s3c6410_default_sdhci0(); | ||
59 | s3c6410_default_sdhci1(); | ||
60 | |||
61 | /* the i2c devices are directly compatible with s3c2440 */ | ||
62 | s3c_i2c0_setname("s3c2440-i2c"); | ||
63 | s3c_i2c1_setname("s3c2440-i2c"); | ||
54 | } | 64 | } |
55 | 65 | ||
56 | void __init s3c6410_init_clocks(int xtal) | 66 | void __init s3c6410_init_clocks(int xtal) |