aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6400/s3c6400.c
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2009-03-25 11:01:24 +0000
committerBen Dooks <ben-linux@fluff.org>2009-05-07 11:04:58 +0100
commit4faf6867638cc21aa43b4ca4ed0bdf14a2d29762 (patch)
tree1fed91079785469a6f044900bd322166df37adbf /arch/arm/mach-s3c6400/s3c6400.c
parente074f9803227236252c8e7be16d836d709abff57 (diff)
[ARM] S3C64XX: Add S3C6400 SDHCI setup support
Add support for S3C6400 SDHCI channels 0 and 1, making the GPIO code common to both S3C6400 and S3C6410. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
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");
}