diff options
-rw-r--r-- | drivers/media/i2c/ths8200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/ths8200.c b/drivers/media/i2c/ths8200.c index 5c7dca31de62..bcacf52357ed 100644 --- a/drivers/media/i2c/ths8200.c +++ b/drivers/media/i2c/ths8200.c | |||
@@ -356,7 +356,7 @@ static void ths8200_setup(struct v4l2_subdev *sd, struct v4l2_bt_timings *bt) | |||
356 | /* Timing of video input bus is derived from HS, VS, and FID dedicated | 356 | /* Timing of video input bus is derived from HS, VS, and FID dedicated |
357 | * inputs | 357 | * inputs |
358 | */ | 358 | */ |
359 | ths8200_write(sd, THS8200_DTG2_CNTL, 0x47 | polarity); | 359 | ths8200_write(sd, THS8200_DTG2_CNTL, 0x44 | polarity); |
360 | 360 | ||
361 | /* leave reset */ | 361 | /* leave reset */ |
362 | ths8200_s_stream(sd, true); | 362 | ths8200_s_stream(sd, true); |