[media] ths8200: Corrected sync polarities setting
HS_IN/VS_IN was always set to positive. Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Martin Bugge <marbugge@cisco.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Родитель
8a027faf4c
Коммит
00b9f51e1f
|
@ -356,7 +356,7 @@ static void ths8200_setup(struct v4l2_subdev *sd, struct v4l2_bt_timings *bt)
|
||||||
/* Timing of video input bus is derived from HS, VS, and FID dedicated
|
/* Timing of video input bus is derived from HS, VS, and FID dedicated
|
||||||
* inputs
|
* inputs
|
||||||
*/
|
*/
|
||||||
ths8200_write(sd, THS8200_DTG2_CNTL, 0x47 | polarity);
|
ths8200_write(sd, THS8200_DTG2_CNTL, 0x44 | polarity);
|
||||||
|
|
||||||
/* leave reset */
|
/* leave reset */
|
||||||
ths8200_s_stream(sd, true);
|
ths8200_s_stream(sd, true);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче