Skip to content
Commit 560afa7d authored by Rajashekhara, Sudhakar's avatar Rajashekhara, Sudhakar Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: tvp7002: fix write to H-PLL Feedback Divider LSB register



H-PLL Feedback Divider LSB register is an 8 bit register out
of which the first 4 bits are reserved. Current code is
writing to these reserved location. This patch corrects
this issue by left shifting the values being written to the
register by 4.

This patch has been tested on DM6467 EVM with 720P-60 and
1080I-60 inputs.

Signed-off-by: default avatarSudhakar Rajashekhara <sudhakar.raj@ti.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent d0a38ce2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment