diff options
| author | Darius Augulis <augulis.darius@gmail.com> | 2010-08-01 18:39:25 -0400 |
|---|---|---|
| committer | Ben Dooks <ben-linux@fluff.org> | 2010-08-14 11:10:23 -0400 |
| commit | ce611d7b98eec03b2b1036ac55b7604b268154d8 (patch) | |
| tree | a2d69447e660a86e7e32193b1fb23bfd96714d01 | |
| parent | ff266c0c91942cf56b03675ac5fc820b1ac600e1 (diff) | |
ARM: mach-real6410: add sdhc device support
Register SHDCI devices
Signed-off-by: Darius Augulis <augulis.darius@gmail.com>
[ben-linux@fluff.org: rewrite header[
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
| -rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 3 | ||||
| -rw-r--r-- | arch/arm/mach-s3c64xx/mach-real6410.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index 0f9f2dd9dd4c..f5c77e5d3d88 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
| @@ -91,6 +91,9 @@ config MACH_ANW6410 | |||
| 91 | config MACH_REAL6410 | 91 | config MACH_REAL6410 |
| 92 | bool "REAL6410" | 92 | bool "REAL6410" |
| 93 | select CPU_S3C6410 | 93 | select CPU_S3C6410 |
| 94 | select S3C_DEV_HSMMC | ||
| 95 | select S3C_DEV_HSMMC1 | ||
| 96 | select S3C64XX_SETUP_SDHCI | ||
| 94 | help | 97 | help |
| 95 | Machine support for the CoreWind REAL6410 | 98 | Machine support for the CoreWind REAL6410 |
| 96 | 99 | ||
diff --git a/arch/arm/mach-s3c64xx/mach-real6410.c b/arch/arm/mach-s3c64xx/mach-real6410.c index 1a0485ad4da6..5c07d013b23d 100644 --- a/arch/arm/mach-s3c64xx/mach-real6410.c +++ b/arch/arm/mach-s3c64xx/mach-real6410.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | #include <mach/s3c6410.h> | 27 | #include <mach/s3c6410.h> |
| 28 | #include <mach/regs-srom.h> | 28 | #include <mach/regs-srom.h> |
| 29 | #include <plat/cpu.h> | 29 | #include <plat/cpu.h> |
| 30 | #include <plat/devs.h> | ||
| 30 | #include <plat/regs-serial.h> | 31 | #include <plat/regs-serial.h> |
| 31 | 32 | ||
| 32 | #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK | 33 | #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK |
| @@ -100,6 +101,8 @@ static struct platform_device real6410_device_eth = { | |||
| 100 | 101 | ||
| 101 | static struct platform_device *real6410_devices[] __initdata = { | 102 | static struct platform_device *real6410_devices[] __initdata = { |
| 102 | &real6410_device_eth, | 103 | &real6410_device_eth, |
| 104 | &s3c_device_hsmmc0, | ||
| 105 | &s3c_device_hsmmc1, | ||
| 103 | }; | 106 | }; |
| 104 | 107 | ||
| 105 | static void __init real6410_map_io(void) | 108 | static void __init real6410_map_io(void) |
