ARM: S5PV210: Enable FIMC on SMDKC110
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 9 Mar 2012 15:00:44 +0000 (07:00 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 11 Mar 2012 06:32:23 +0000 (22:32 -0800)
Enable FIMC 0,1,2 and media device (md) on SMDKC110 board.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv210/Kconfig
arch/arm/mach-s5pv210/mach-smdkc110.c

index cf3be3b07f2cde25c60f9e94ccf9993959ca1d0b..c338b8634cbf3635e7546f21ebb2dcc50a099740 100644 (file)
@@ -118,6 +118,9 @@ config MACH_SMDKC110
        select S3C_DEV_I2C2
        select S3C_DEV_RTC
        select S3C_DEV_WDT
+       select S5P_DEV_FIMC0
+       select S5P_DEV_FIMC1
+       select S5P_DEV_FIMC2
        select S5P_DEV_MFC
        select SAMSUNG_DEV_IDE
        select S5PV210_SETUP_I2C1
index 7100f7ebe156ca5f130f9dc4ed21f4ee5236350d..dfc29236321ca1c48b65412d413c62dd9199a96f 100644 (file)
@@ -95,6 +95,10 @@ static struct platform_device *smdkc110_devices[] __initdata = {
        &s3c_device_i2c2,
        &s3c_device_rtc,
        &s3c_device_wdt,
+       &s5p_device_fimc0,
+       &s5p_device_fimc1,
+       &s5p_device_fimc2,
+       &s5p_device_fimc_md,
        &s5p_device_mfc,
        &s5p_device_mfc_l,
        &s5p_device_mfc_r,
This page took 0.025993 seconds and 5 git commands to generate.