diff options
author | Hyuk Lee <hyuk1.lee@samsung.com> | 2010-06-13 21:18:56 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:31:01 -0400 |
commit | 976a62f21940a3a5e3978cb4b6394a21484d4264 (patch) | |
tree | 3563efbc2b20f749b8fb696253096f1f0f58faf1 /arch/arm/mach-s5pv210/mach-smdkv210.c | |
parent | 88a1cc438aa008584d5657db4372ba468f8c31e6 (diff) |
ARM: S5PV210: Add support HSMMC on SMDKV210
This patch adds support HSMMC on SMDKV210, and gpio configuration for
S5PV210 hsmmc3.
Signed-off-by: Hyuk Lee <hyuk1.lee@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-smdkv210.c')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-smdkv210.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/mach-smdkv210.c b/arch/arm/mach-s5pv210/mach-smdkv210.c index 485ea339dbc4..d20adf7407bc 100644 --- a/arch/arm/mach-s5pv210/mach-smdkv210.c +++ b/arch/arm/mach-s5pv210/mach-smdkv210.c | |||
@@ -103,6 +103,10 @@ static struct platform_device *smdkv210_devices[] __initdata = { | |||
103 | &s5pv210_device_ac97, | 103 | &s5pv210_device_ac97, |
104 | &s3c_device_adc, | 104 | &s3c_device_adc, |
105 | &s3c_device_cfcon, | 105 | &s3c_device_cfcon, |
106 | &s3c_device_hsmmc0, | ||
107 | &s3c_device_hsmmc1, | ||
108 | &s3c_device_hsmmc2, | ||
109 | &s3c_device_hsmmc3, | ||
106 | &samsung_device_keypad, | 110 | &samsung_device_keypad, |
107 | &s3c_device_ts, | 111 | &s3c_device_ts, |
108 | &s3c_device_wdt, | 112 | &s3c_device_wdt, |