summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c6400/s3c6400.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c6400/s3c6400.c')
-rw-r--r--arch/arm/mach-s3c6400/s3c6400.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c6400/s3c6400.c b/arch/arm/mach-s3c6400/s3c6400.c
index d11a4272b94..bd17f3db2c2 100644
--- a/arch/arm/mach-s3c6400/s3c6400.c
+++ b/arch/arm/mach-s3c6400/s3c6400.c
@@ -40,7 +40,12 @@
void __init s3c6400_map_io(void)
{
- /* the i2c device is directly compatible with s3c2440 */
+ /* setup SDHCI */
+
+ s3c6400_default_sdhci0();
+ s3c6400_default_sdhci1();
+
+ /* the i2c devices are directly compatible with s3c2440 */
s3c_i2c0_setname("s3c2440-i2c");
}