diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-01-31 13:28:59 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-01-31 13:28:59 +0900 |
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 e1d87b9a33e..f2201e72145 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, |