diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 12:14:39 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:40:07 -0500 |
commit | a2205cd2cbfb8fb217e6036f08773a09d1b6d75e (patch) | |
tree | 43d4157a5ab1c979fa40e131510aff0c4c86cbb8 /arch/arm/mach-s3c6410/cpu.c | |
parent | 5cc7fd88fc96072c333184ff359c818665ce2506 (diff) |
[ARM] S3C: Add SDHCI (HSMMC) channel 1 device definition
Add device definition and support code for the Samsung
HSMMC channel 1 device.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410/cpu.c')
-rw-r--r-- | arch/arm/mach-s3c6410/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/cpu.c b/arch/arm/mach-s3c6410/cpu.c index 84fb65b59999..137918e7711f 100644 --- a/arch/arm/mach-s3c6410/cpu.c +++ b/arch/arm/mach-s3c6410/cpu.c | |||
@@ -55,6 +55,7 @@ void __init s3c6410_map_io(void) | |||
55 | 55 | ||
56 | /* initialise device information early */ | 56 | /* initialise device information early */ |
57 | s3c6410_default_sdhci0(); | 57 | s3c6410_default_sdhci0(); |
58 | s3c6410_default_sdhci1(); | ||
58 | } | 59 | } |
59 | 60 | ||
60 | void __init s3c6410_init_clocks(int xtal) | 61 | void __init s3c6410_init_clocks(int xtal) |