diff mbox

[3/6] Updated Support for TVP7002 in VPFE

Message ID 1251502065-14867-1-git-send-email-santiago.nunez@ridgerun.com (mailing list archive)
State Superseded
Headers show

Commit Message

santiago.nunez@ridgerun.com Aug. 28, 2009, 11:27 p.m. UTC
From: Santiago Nunez-Corrales <santiago.nunez@ridgerun.com>

This patch adds support for TVP7002 in the DM365 VPFE inteface.
Updated to latest code in linux-staging repository.

Signed-off-by: Santiago Nunez-Corrales <santiago.nunez@ridgerun.com>
---
 drivers/media/video/davinci/vpfe_capture.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/drivers/media/video/davinci/vpfe_capture.c b/drivers/media/video/davinci/vpfe_capture.c
index 2a4a05a..a71c48b 100644
--- a/drivers/media/video/davinci/vpfe_capture.c
+++ b/drivers/media/video/davinci/vpfe_capture.c
@@ -140,8 +140,15 @@  static DEFINE_MUTEX(ccdc_lock);
 static struct ccdc_config *ccdc_cfg;
 
 const struct vpfe_standard vpfe_standards[] = {
-	{V4L2_STD_525_60, 720, 480, {11, 10}, 1},
-	{V4L2_STD_625_50, 720, 576, {54, 59}, 1},
+	{V4L2_STD_525P_60, 720, 480, {11, 10}, 0},
+	{V4L2_STD_625P_50, 720, 576, {54, 59}, 0},
+	{V4L2_STD_720P_50, 1280, 720, {12, 10}, 0},
+	{V4L2_STD_720P_50, 1280, 720, {12, 10}, 0},
+	{V4L2_STD_720P_60, 1280, 720, {12, 10}, 0},
+	{V4L2_STD_1080I_50, 1920, 1080, {12, 10}, 1},
+	{V4L2_STD_1080I_60, 1920, 1080, {12, 10}, 1},
+	{V4L2_STD_1080P_50, 1920, 1080, {12, 10}, 0},
+	{V4L2_STD_1080P_60, 1920, 1080, {12, 10}, 0},
 };
 
 /* Used when raw Bayer image from ccdc is directly captured to SDRAM */