[PATCH 7/8] omap3evm: camera: Configure BT656 interface

Deepthy Ravi deepthy.ravi at ti.com
Thu Sep 8 09:37:26 EDT 2011


From: Vaibhav Hiremath <hvaibhav at ti.com>

Signed-off-by: Vaibhav Hiremath <hvaibhav at ti.com>
Signed-off-by: Deepthy Ravi <deepthy.ravi at ti.com>
---
 arch/arm/mach-omap2/board-omap3evm-camera.c |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/arch/arm/mach-omap2/board-omap3evm-camera.c b/arch/arm/mach-omap2/board-omap3evm-camera.c
index 718dd6d..e92fb13 100644
--- a/arch/arm/mach-omap2/board-omap3evm-camera.c
+++ b/arch/arm/mach-omap2/board-omap3evm-camera.c
@@ -141,9 +141,14 @@ static struct isp_v4l2_subdevs_group omap3evm_camera_subdevs[] = {
 		.interface      = ISP_INTERFACE_PARALLEL,
 		.bus            = {
 			.parallel       = {
-				.data_lane_shift        = 1,
-				.clk_pol                = 0,
-				.bridge                 = 0,
+				.width			= 8,
+				.data_lane_shift	= 1,
+				.clk_pol		= 0,
+				.hs_pol			= 0,
+				.vs_pol			= 1,
+				.fldmode		= 1,
+				.bridge			= 0,
+				.is_bt656		= 1,
 			},
 		}
 	},
-- 
1.7.0.4




More information about the linux-arm-kernel mailing list