diff options
Diffstat (limited to 'arch/arm/mach-s5pv310')
-rw-r--r-- | arch/arm/mach-s5pv310/cpu.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/cpu.c b/arch/arm/mach-s5pv310/cpu.c index 4add39853ff9..66beac424e40 100644 --- a/arch/arm/mach-s5pv310/cpu.c +++ b/arch/arm/mach-s5pv310/cpu.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <plat/cpu.h> | 19 | #include <plat/cpu.h> |
20 | #include <plat/clock.h> | 20 | #include <plat/clock.h> |
21 | #include <plat/s5pv310.h> | 21 | #include <plat/s5pv310.h> |
22 | #include <plat/sdhci.h> | ||
22 | 23 | ||
23 | #include <mach/regs-irq.h> | 24 | #include <mach/regs-irq.h> |
24 | 25 | ||
@@ -83,6 +84,12 @@ static void s5pv310_idle(void) | |||
83 | void __init s5pv310_map_io(void) | 84 | void __init s5pv310_map_io(void) |
84 | { | 85 | { |
85 | iotable_init(s5pv310_iodesc, ARRAY_SIZE(s5pv310_iodesc)); | 86 | iotable_init(s5pv310_iodesc, ARRAY_SIZE(s5pv310_iodesc)); |
87 | |||
88 | /* initialize device information early */ | ||
89 | s5pv310_default_sdhci0(); | ||
90 | s5pv310_default_sdhci1(); | ||
91 | s5pv310_default_sdhci2(); | ||
92 | s5pv310_default_sdhci3(); | ||
86 | } | 93 | } |
87 | 94 | ||
88 | void __init s5pv310_init_clocks(int xtal) | 95 | void __init s5pv310_init_clocks(int xtal) |