From 327c436bdb08a3a65be2474708f3eb27ae5b74b4 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Wed, 31 Aug 2011 15:52:27 +0900 Subject: [PATCH] --- yaml --- r: 274001 b: refs/heads/master c: 6f8eb324a395da5bd0c0b113944f2906272e14bd h: refs/heads/master i: 273999: 83173f062c33acb85e12258f3efebf863b4eaf2c v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-exynos4/Kconfig | 4 ++++ trunk/arch/arm/mach-exynos4/mach-origen.c | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ae45f22e7c8b..ce1abb018a80 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 24f9e1f31471abbd2af62eb529deee90bad4c65c +refs/heads/master: 6f8eb324a395da5bd0c0b113944f2906272e14bd diff --git a/trunk/arch/arm/mach-exynos4/Kconfig b/trunk/arch/arm/mach-exynos4/Kconfig index 3034a736f823..9c920b2acc36 100644 --- a/trunk/arch/arm/mach-exynos4/Kconfig +++ b/trunk/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 diff --git a/trunk/arch/arm/mach-exynos4/mach-origen.c b/trunk/arch/arm/mach-exynos4/mach-origen.c index d101756ef7dc..7ac71878767b 100644 --- a/trunk/arch/arm/mach-exynos4/mach-origen.c +++ b/trunk/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)