This patch adds MFC v5.1 platform device support for SMDKV310.

Reviewed-by: Peter Oh <jaeryul...@samsung.com>
Signed-off-by: Jeongtae Park <jtp.p...@samsung.com>
Cc: Marek Szyprowski <m.szyprow...@samsung.com>
Cc: Kamil Debski <k.deb...@samsung.com>
---
 arch/arm/mach-s5pv310/Kconfig         |    1 +
 arch/arm/mach-s5pv310/mach-smdkv310.c |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s5pv310/Kconfig b/arch/arm/mach-s5pv310/Kconfig
index c87d7b4..ec39785 100644
--- a/arch/arm/mach-s5pv310/Kconfig
+++ b/arch/arm/mach-s5pv310/Kconfig
@@ -125,6 +125,7 @@ config MACH_SMDKV310
        select S5PV310_DEV_PD
        select S5PV310_SETUP_I2C1
        select S5PV310_SETUP_SDHCI
+       select S5P_DEV_MFC
        help
          Machine support for Samsung SMDKV310
 
diff --git a/arch/arm/mach-s5pv310/mach-smdkv310.c 
b/arch/arm/mach-s5pv310/mach-smdkv310.c
index b1cddbf..bc7dfd4 100644
--- a/arch/arm/mach-s5pv310/mach-smdkv310.c
+++ b/arch/arm/mach-s5pv310/mach-smdkv310.c
@@ -166,6 +166,9 @@ static struct platform_device *smdkv310_devices[] 
__initdata = {
        &s5pv310_device_sysmmu,
        &samsung_asoc_dma,
        &smdkv310_smsc911x,
+#ifdef CONFIG_VIDEO_SAMSUNG_S5P_MFC
+       &s5p_device_mfc,
+#endif
 };
 
 static void __init smdkv310_smsc911x_init(void)
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to