[media] adv7842: Composite free-run platfrom-data fix
Incorrectly setting of free-run for Composite. Copy/paste regression fix. 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:
parent
257cc4b5c5
commit
57f0547fbc
1 changed files with 1 additions and 1 deletions
|
@ -2554,7 +2554,7 @@ static int adv7842_core_init(struct v4l2_subdev *sd)
|
||||||
sdp_write_and_or(sd, 0xdd, 0xf0, pdata->sdp_free_run_force |
|
sdp_write_and_or(sd, 0xdd, 0xf0, pdata->sdp_free_run_force |
|
||||||
(pdata->sdp_free_run_cbar_en << 1) |
|
(pdata->sdp_free_run_cbar_en << 1) |
|
||||||
(pdata->sdp_free_run_man_col_en << 2) |
|
(pdata->sdp_free_run_man_col_en << 2) |
|
||||||
(pdata->sdp_free_run_force << 3));
|
(pdata->sdp_free_run_auto << 3));
|
||||||
|
|
||||||
/* TODO from platform data */
|
/* TODO from platform data */
|
||||||
cp_write(sd, 0x69, 0x14); /* Enable CP CSC */
|
cp_write(sd, 0x69, 0x14); /* Enable CP CSC */
|
||||||
|
|
Loading…
Reference in a new issue