[ARM] S3C64XX: Add S3C6400 SDHCI setup support
[deliverable/linux.git] / arch / arm / mach-s3c6400 / s3c6400.c
index d11a4272b94c3d460f41e14b8cc08e6ac6608906..bd17f3db2c215f6ac0405feb3c96868176b451c8 100644 (file)
 
 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");
 }
 
This page took 0.023556 seconds and 5 git commands to generate.