aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r--drivers/media/i2c/adv7604.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c
index 1a2797bfd12e..1778d320272e 100644
--- a/drivers/media/i2c/adv7604.c
+++ b/drivers/media/i2c/adv7604.c
@@ -2467,7 +2467,8 @@ static int adv7604_core_init(struct v4l2_subdev *sd)
2467 cp_write(sd, 0x69, 0x30); /* Enable CP CSC */ 2467 cp_write(sd, 0x69, 0x30); /* Enable CP CSC */
2468 2468
2469 /* VS, HS polarities */ 2469 /* VS, HS polarities */
2470 io_write(sd, 0x06, 0xa0 | pdata->inv_vs_pol << 2 | pdata->inv_hs_pol << 1); 2470 io_write(sd, 0x06, 0xa0 | pdata->inv_vs_pol << 2 |
2471 pdata->inv_hs_pol << 1 | pdata->inv_llc_pol);
2471 2472
2472 /* Adjust drive strength */ 2473 /* Adjust drive strength */
2473 io_write(sd, 0x14, 0x40 | pdata->dr_str_data << 4 | 2474 io_write(sd, 0x14, 0x40 | pdata->dr_str_data << 4 |