aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0037-omap3isp-ccdc-Set-datalines-to-10-for-YUV_SYNC.patch
blob: 12e59601bde7ad4f2293f848a320dd4521f1494e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From d9c257a16e4f4c5c6bff57cbe3b9673d3cf61bfa Mon Sep 17 00:00:00 2001
From: Sergio Aguirre <saaguirre@ti.com>
Date: Mon, 12 Jul 2010 14:09:38 -0500
Subject: [PATCH 37/75] omap3isp: ccdc: Set datalines to 10 for YUV_SYNC

Most of the sensors we use are 10 bits, so set this as
default.

Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
---
 drivers/media/video/isp/ispccdc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/isp/ispccdc.c b/drivers/media/video/isp/ispccdc.c
index b4691c0..280a721 100644
--- a/drivers/media/video/isp/ispccdc.c
+++ b/drivers/media/video/isp/ispccdc.c
@@ -664,7 +664,7 @@ static int ispccdc_config_datapath(struct isp_ccdc_device *isp_ccdc,
 	case CCDC_YUV_SYNC:
 		syncif.ccdc_mastermode = 0;
 		syncif.datapol = 0;
-		syncif.datsz = DAT8;
+		syncif.datsz = DAT10;
 		syncif.fldmode = 0;
 		syncif.fldout = 0;
 		syncif.fldpol = 0;
-- 
1.6.6.1