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

From: Deepthy Ravi
Date: Thu Sep 08 2011 - 09:38:28 EST


From: Vaibhav Hiremath <hvaibhav@xxxxxx>

Signed-off-by: Vaibhav Hiremath <hvaibhav@xxxxxx>
Signed-off-by: Deepthy Ravi <deepthy.ravi@xxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/