Greetings,
I'm working with custom hardware that has an OMAP3 connected to a BT656 sensor with DATA[0:7] and PCLK connected from the sensor to the OMAP3. I'm working with the OMAP ISP driver from the 2.6.32 based PSP and have my board-support file configured as such:
static struct isp_interface_config bt656_if_config = {
.ccdc_par_ser = ISP_PARLL_YUV_BT,
.dataline_shift = 0x0, /* no shifting of d[0:10] */
.strobe = 0x0,
.prestrobe = 0x0,
.shutter = 0x0,
.wait_hs_vs = 2,
.u.par.par_bridge = 0x0, /* bridge not enabled */
.u.par.par_clk_pol = 0x1, /* inverted - latch data on falling edge */
};