Skip to content

Commit

Permalink
V4L/DVB (13984): [BUDGET] Use a tuner clock output divider of 2 for T…
Browse files Browse the repository at this point in the history
…T S2-1600.

This gives the STV090x and improved clock signal (rectangle instead of sine).

Signed-off-by: Andreas Regel <andreas.regel@gmx.de>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Andreas Regel authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent ca108b3 commit 93e32cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/dvb/ttpci/budget.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ static struct stv090x_config tt1600_stv090x_config = {
.demod_mode = STV090x_SINGLE,
.clk_mode = STV090x_CLK_EXT,

.xtal = 27000000,
.xtal = 13500000,
.address = 0x68,

.ts1_mode = STV090x_TSMODE_DVBCI,
Expand All @@ -456,6 +456,7 @@ static struct stv090x_config tt1600_stv090x_config = {
static struct stv6110x_config tt1600_stv6110x_config = {
.addr = 0x60,
.refclk = 27000000,
.clk_div = 2,
};

static struct isl6423_config tt1600_isl6423_config = {
Expand Down

0 comments on commit 93e32cd

Please sign in to comment.