yes, if you want to use gated mode, you can modify this source code, if you want to use bt656 progressive mode, you can change the "INTERLACED" to "PROGRESSIVE"
if (ifparm.u.bt656.clock_curr == 0)
csi_param.clk_mode = IPU_CSI_CLK_MODE_CCIR656_INTERLACED;
else
csi_param.clk_mode = IPU_CSI_CLK_MODE_GATED_CLK;