diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2011-08-31 15:52:27 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-03 08:42:21 +0900 |
commit | 6f8eb324a395da5bd0c0b113944f2906272e14bd (patch) | |
tree | 19005d79a0b9a9f146a170efeb1784933d86aa90 /arch/arm/mach-exynos4/mach-origen.c | |
parent | 24f9e1f31471abbd2af62eb529deee90bad4c65c (diff) | |
download | op-kernel-dev-6f8eb324a395da5bd0c0b113944f2906272e14bd.zip op-kernel-dev-6f8eb324a395da5bd0c0b113944f2906272e14bd.tar.gz |
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>
Diffstat (limited to 'arch/arm/mach-exynos4/mach-origen.c')
-rw-r--r-- | arch/arm/mach-exynos4/mach-origen.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach-origen.c index d101756..7ac7187 100644 --- a/arch/arm/mach-exynos4/mach-origen.c +++ b/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) |