Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> --- drivers/media/i2c/tc358743.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/i2c/tc358743.c b/drivers/media/i2c/tc358743.c index 34acfed..a510a14 100644 --- a/drivers/media/i2c/tc358743.c +++ b/drivers/media/i2c/tc358743.c @@ -749,6 +749,8 @@ static void tc358743_set_csi(struct v4l2_subdev *sd) i2c_wr32(sd, THS_HEADERCNT, pdata->ths_headercnt); i2c_wr32(sd, TWAKEUP, pdata->twakeup); i2c_wr32(sd, THS_TRAILCNT, pdata->ths_trailcnt); + i2c_wr32(sd, TCLK_TRAILCNT, pdata->tclk_trailcnt); + i2c_wr32(sd, TCLK_POSTCNT, pdata->tclk_postcnt); i2c_wr32(sd, HSTXVREGCNT, pdata->hstxvregcnt); i2c_wr32(sd, HSTXVREGEN, -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html