diff options
author | Abylay Ospan <aospan@netup.ru> | 2009-07-20 01:06:00 +0400 |
---|---|---|
committer | Abylay Ospan <aospan@netup.ru> | 2009-07-20 01:06:00 +0400 |
commit | 20de14406ca4448efc8d965f5bfe0ab0def25b3e (patch) | |
tree | 0e2ac9658244eba35c9e1540ab9aed09aff57760 | |
parent | f3641acdca07f8402060ee7ff77cb0bc72634413 (diff) | |
download | mediapointer-dvb-s2-20de14406ca4448efc8d965f5bfe0ab0def25b3e.tar.gz mediapointer-dvb-s2-20de14406ca4448efc8d965f5bfe0ab0def25b3e.tar.bz2 |
Change clocking configuration and frequency for NetUP card.
From: Abylay Ospan <aospan@netup.ru>
Signed-off-by: Abylay Ospan <aospan@netup.ru>
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885-dvb.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885-dvb.c b/linux/drivers/media/video/cx23885/cx23885-dvb.c index 805272239..7f8692f97 100644 --- a/linux/drivers/media/video/cx23885/cx23885-dvb.c +++ b/linux/drivers/media/video/cx23885/cx23885-dvb.c @@ -397,7 +397,7 @@ static struct stv0900_reg stv0900_ts_regs[] = { static struct stv0900_config netup_stv0900_config = { .demod_address = 0x68, - .xtal = 27000000, + .xtal = 8000000, .clkmode = 3,/* 0-CLKI, 2-XTALI, else AUTO */ .diseqc_mode = 2,/* 2/3 PWM */ .ts_config_regs = stv0900_ts_regs, @@ -409,12 +409,14 @@ static struct stv0900_config netup_stv0900_config = { static struct stv6110_config netup_stv6110_tunerconfig_a = { .i2c_address = 0x60, - .mclk = 27000000, + .mclk = 16000000, + .clk_div = 1, }; static struct stv6110_config netup_stv6110_tunerconfig_b = { .i2c_address = 0x63, - .mclk = 27000000, + .mclk = 16000000, + .clk_div = 1, }; static int tbs_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage) |