From 5520128e84e9cc5f712d5050aeb19cde650cedf5 Mon Sep 17 00:00:00 2001 From: Darius Augulis Date: Mon, 2 Aug 2010 01:39:25 +0300 Subject: [PATCH] --- yaml --- r: 209379 b: refs/heads/master c: ce611d7b98eec03b2b1036ac55b7604b268154d8 h: refs/heads/master i: 209377: 18f55a529011702c364e090b4b44074d53f030ef 209375: 83e457295605a1a70598b78feeb2403d632b17fb v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c64xx/Kconfig | 3 +++ trunk/arch/arm/mach-s3c64xx/mach-real6410.c | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index db7a960d2a55..1a0bdfa5a53c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff266c0c91942cf56b03675ac5fc820b1ac600e1 +refs/heads/master: ce611d7b98eec03b2b1036ac55b7604b268154d8 diff --git a/trunk/arch/arm/mach-s3c64xx/Kconfig b/trunk/arch/arm/mach-s3c64xx/Kconfig index 0f9f2dd9dd4c..f5c77e5d3d88 100644 --- a/trunk/arch/arm/mach-s3c64xx/Kconfig +++ b/trunk/arch/arm/mach-s3c64xx/Kconfig @@ -91,6 +91,9 @@ config MACH_ANW6410 config MACH_REAL6410 bool "REAL6410" select CPU_S3C6410 + select S3C_DEV_HSMMC + select S3C_DEV_HSMMC1 + select S3C64XX_SETUP_SDHCI help Machine support for the CoreWind REAL6410 diff --git a/trunk/arch/arm/mach-s3c64xx/mach-real6410.c b/trunk/arch/arm/mach-s3c64xx/mach-real6410.c index 1a0485ad4da6..5c07d013b23d 100644 --- a/trunk/arch/arm/mach-s3c64xx/mach-real6410.c +++ b/trunk/arch/arm/mach-s3c64xx/mach-real6410.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK @@ -100,6 +101,8 @@ static struct platform_device real6410_device_eth = { static struct platform_device *real6410_devices[] __initdata = { &real6410_device_eth, + &s3c_device_hsmmc0, + &s3c_device_hsmmc1, }; static void __init real6410_map_io(void)