diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-01-30 23:28:59 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-01-30 23:28:59 -0500 |
commit | 26e1451464c3b56fb57342e724f22d45c33292cf (patch) | |
tree | 1ff85648da27e6f71c406d12d2dc7c3c1a28732c /arch/arm/mach-exynos/mach-origen.c | |
parent | e0d49c70dd471b24950d9059cb3ff6b7dafe9887 (diff) |
ARM: EXYNOS: Add missing FIMC media device to Origen
FIMC media device (md) registers all required video nodes.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/mach-origen.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-origen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c index e1d87b9a33e3..f2201e721459 100644 --- a/arch/arm/mach-exynos/mach-origen.c +++ b/arch/arm/mach-exynos/mach-origen.c | |||
@@ -634,6 +634,7 @@ static struct platform_device *origen_devices[] __initdata = { | |||
634 | &s5p_device_fimc1, | 634 | &s5p_device_fimc1, |
635 | &s5p_device_fimc2, | 635 | &s5p_device_fimc2, |
636 | &s5p_device_fimc3, | 636 | &s5p_device_fimc3, |
637 | &s5p_device_fimc_md, | ||
637 | &s5p_device_fimd0, | 638 | &s5p_device_fimd0, |
638 | &s5p_device_g2d, | 639 | &s5p_device_g2d, |
639 | &s5p_device_hdmi, | 640 | &s5p_device_hdmi, |