Browse Source

ARM: EXYNOS4: Add FIMC device on ORIGEN board

This patch adds definitions to enable support for s5p-fimc
driver on ORIGEN board.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
[kgene.kim@samsung.com: re-ordering changes]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Sachin Kamat 14 năm trước cách đây
mục cha
commit
6f8eb324a3
2 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 4 0
      arch/arm/mach-exynos4/Kconfig
  2. 4 0
      arch/arm/mach-exynos4/mach-origen.c

+ 4 - 0
arch/arm/mach-exynos4/Kconfig

@@ -224,6 +224,10 @@ config MACH_ORIGEN
 	select S3C_DEV_RTC
 	select S3C_DEV_WDT
 	select S3C_DEV_HSMMC2
+	select S5P_DEV_FIMC0
+	select S5P_DEV_FIMC1
+	select S5P_DEV_FIMC2
+	select S5P_DEV_FIMC3
 	select S5P_DEV_USB_EHCI
 	select EXYNOS4_SETUP_SDHCI
 	select EXYNOS4_SETUP_USB_PHY

+ 4 - 0
arch/arm/mach-exynos4/mach-origen.c

@@ -96,6 +96,10 @@ static struct platform_device *origen_devices[] __initdata = {
 	&s3c_device_rtc,
 	&s3c_device_wdt,
 	&s5p_device_ehci,
+	&s5p_device_fimc0,
+	&s5p_device_fimc1,
+	&s5p_device_fimc2,
+	&s5p_device_fimc3,
 };
 
 static void __init origen_map_io(void)