[ARM] S3C: Add SDHCI (HSMMC) channel 1 device definition
authorBen Dooks <ben-linux@fluff.org>
Fri, 31 Oct 2008 16:14:39 +0000 (16:14 +0000)
committerBen Dooks <ben-linux@fluff.org>
Mon, 15 Dec 2008 23:40:07 +0000 (23:40 +0000)
Add device definition and support code for the Samsung
HSMMC channel 1 device.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c6410/cpu.c
arch/arm/plat-s3c/Kconfig
arch/arm/plat-s3c/Makefile
arch/arm/plat-s3c/dev-hsmmc1.c [new file with mode: 0644]
arch/arm/plat-s3c/include/plat/sdhci.h

index 84fb65b..137918e 100644 (file)
@@ -55,6 +55,7 @@ void __init s3c6410_map_io(void)
 
        /* initialise device information early */
        s3c6410_default_sdhci0();
+       s3c6410_default_sdhci1();
 }
 
 void __init s3c6410_init_clocks(int xtal)
Simple merge
Simple merge
Simple merge