Commit 26e14514 authored by Sachin Kamat's avatar Sachin Kamat Committed by Kukjin Kim

ARM: EXYNOS: Add missing FIMC media device to Origen

FIMC media device (md) registers all required video nodes.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent e0d49c70
...@@ -634,6 +634,7 @@ static struct platform_device *origen_devices[] __initdata = { ...@@ -634,6 +634,7 @@ static struct platform_device *origen_devices[] __initdata = {
&s5p_device_fimc1, &s5p_device_fimc1,
&s5p_device_fimc2, &s5p_device_fimc2,
&s5p_device_fimc3, &s5p_device_fimc3,
&s5p_device_fimc_md,
&s5p_device_fimd0, &s5p_device_fimd0,
&s5p_device_g2d, &s5p_device_g2d,
&s5p_device_hdmi, &s5p_device_hdmi,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment