aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/mach-smdkv310.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2011-09-27 22:13:30 -0400
committerKukjin Kim <kgene.kim@samsung.com>2011-10-04 06:01:44 -0400
commit568f0e278c6dd33dc11bd19c4ad781d1f8d86800 (patch)
treec9935bef44dbc40cb9a56677c43a9b40c68e9e86 /arch/arm/mach-exynos4/mach-smdkv310.c
parent2543bf097dc6667d19100e49b90a814c617ea827 (diff)
ARM: EXYNOS4: Add FIMC device on SMDKV310 board
This patch adds definitions to enable support for s5p-fimc driver on SMDKV310 board. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/mach-smdkv310.c')
-rw-r--r--arch/arm/mach-exynos4/mach-smdkv310.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/mach-smdkv310.c b/arch/arm/mach-exynos4/mach-smdkv310.c
index 0fa734c1aa6..43738c086bc 100644
--- a/arch/arm/mach-exynos4/mach-smdkv310.c
+++ b/arch/arm/mach-exynos4/mach-smdkv310.c
@@ -189,6 +189,10 @@ static struct platform_device *smdkv310_devices[] __initdata = {
189 &s3c_device_rtc, 189 &s3c_device_rtc,
190 &s3c_device_wdt, 190 &s3c_device_wdt,
191 &s5p_device_ehci, 191 &s5p_device_ehci,
192 &s5p_device_fimc0,
193 &s5p_device_fimc1,
194 &s5p_device_fimc2,
195 &s5p_device_fimc3,
192 &exynos4_device_ac97, 196 &exynos4_device_ac97,
193 &exynos4_device_i2s0, 197 &exynos4_device_i2s0,
194 &samsung_device_keypad, 198 &samsung_device_keypad,