summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/mach-origen.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2012-01-31 04:28:59 (GMT)
committerKukjin Kim <kgene.kim@samsung.com>2012-01-31 04:28:59 (GMT)
commit26e1451464c3b56fb57342e724f22d45c33292cf (patch)
tree1ff85648da27e6f71c406d12d2dc7c3c1a28732c /arch/arm/mach-exynos/mach-origen.c
parente0d49c70dd471b24950d9059cb3ff6b7dafe9887 (diff)
downloadlinux-fsl-qoriq-26e1451464c3b56fb57342e724f22d45c33292cf.tar.xz
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.c1
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 e1d87b9..f2201e7 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 = {
&s5p_device_fimc1,
&s5p_device_fimc2,
&s5p_device_fimc3,
+ &s5p_device_fimc_md,
&s5p_device_fimd0,
&s5p_device_g2d,
&s5p_device_hdmi,