Commit ce611d7b authored by Darius Augulis's avatar Darius Augulis Committed by Ben Dooks

ARM: mach-real6410: add sdhc device support

Register SHDCI devices
Signed-off-by: default avatarDarius Augulis <augulis.darius@gmail.com>
[ben-linux@fluff.org: rewrite header[
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent ff266c0c
...@@ -91,6 +91,9 @@ config MACH_ANW6410 ...@@ -91,6 +91,9 @@ config MACH_ANW6410
config MACH_REAL6410 config MACH_REAL6410
bool "REAL6410" bool "REAL6410"
select CPU_S3C6410 select CPU_S3C6410
select S3C_DEV_HSMMC
select S3C_DEV_HSMMC1
select S3C64XX_SETUP_SDHCI
help help
Machine support for the CoreWind REAL6410 Machine support for the CoreWind REAL6410
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <mach/s3c6410.h> #include <mach/s3c6410.h>
#include <mach/regs-srom.h> #include <mach/regs-srom.h>
#include <plat/cpu.h> #include <plat/cpu.h>
#include <plat/devs.h>
#include <plat/regs-serial.h> #include <plat/regs-serial.h>
#define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK
...@@ -100,6 +101,8 @@ static struct platform_device real6410_device_eth = { ...@@ -100,6 +101,8 @@ static struct platform_device real6410_device_eth = {
static struct platform_device *real6410_devices[] __initdata = { static struct platform_device *real6410_devices[] __initdata = {
&real6410_device_eth, &real6410_device_eth,
&s3c_device_hsmmc0,
&s3c_device_hsmmc1,
}; };
static void __init real6410_map_io(void) static void __init real6410_map_io(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment