diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-03-25 07:01:24 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 06:04:58 -0400 |
commit | 4faf6867638cc21aa43b4ca4ed0bdf14a2d29762 (patch) | |
tree | 1fed91079785469a6f044900bd322166df37adbf /arch/arm/mach-s3c6400/s3c6400.c | |
parent | e074f9803227236252c8e7be16d836d709abff57 (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.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c6400/s3c6400.c b/arch/arm/mach-s3c6400/s3c6400.c index d11a4272b94c..bd17f3db2c21 100644 --- a/arch/arm/mach-s3c6400/s3c6400.c +++ b/arch/arm/mach-s3c6400/s3c6400.c | |||
@@ -40,7 +40,12 @@ | |||
40 | 40 | ||
41 | void __init s3c6400_map_io(void) | 41 | void __init s3c6400_map_io(void) |
42 | { | 42 | { |
43 | /* the i2c device is directly compatible with s3c2440 */ | 43 | /* setup SDHCI */ |
44 | |||
45 | s3c6400_default_sdhci0(); | ||
46 | s3c6400_default_sdhci1(); | ||
47 | |||
48 | /* the i2c devices are directly compatible with s3c2440 */ | ||
44 | s3c_i2c0_setname("s3c2440-i2c"); | 49 | s3c_i2c0_setname("s3c2440-i2c"); |
45 | } | 50 | } |
46 | 51 | ||