aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2007-11-19 14:44:47 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:21 -0500
commit27a330d1240ffeaca8c7cf2a2eb6a5fbeef3c4ec (patch)
tree6b99e4e338f9aed063bf991031b020e364e70e2b
parent72f7841613a9f6e2c013ad9ff61efb5fc16a89f2 (diff)
V4L/DVB (9442): Revert back previous change to 90MHz
Note: * At High Symbol Rates we do not have enouph machine cycles to handle the incoming symbols and hence might run into problems at the very end of the specified definition * Most of the equations have been calculated for a master clock of 99 MHz, running at 90MHz, raises lot of issues such as the need to recalculate all of them , which is eventually very painful. Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/dvb/frontends/stb0899_drv.c2
-rw-r--r--drivers/media/dvb/ttpci/budget-av.c2
-rw-r--r--drivers/media/dvb/ttpci/budget-ci.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/stb0899_drv.c b/drivers/media/dvb/frontends/stb0899_drv.c
index 862b08685fb0..d21396450259 100644
--- a/drivers/media/dvb/frontends/stb0899_drv.c
+++ b/drivers/media/dvb/frontends/stb0899_drv.c
@@ -1575,7 +1575,7 @@ static enum dvbfe_search stb0899_search(struct dvb_frontend *fe, struct dvbfe_pa
1575 if (i_params->srate <= 5000000) 1575 if (i_params->srate <= 5000000)
1576 stb0899_set_mclk(state, 76500000); 1576 stb0899_set_mclk(state, 76500000);
1577 else 1577 else
1578 stb0899_set_mclk(state, 90000000); 1578 stb0899_set_mclk(state, 99000000);
1579 1579
1580 switch (state->delsys) { 1580 switch (state->delsys) {
1581 case DVBFE_DELSYS_DVBS: 1581 case DVBFE_DELSYS_DVBS:
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c
index 1af2ecbea519..3459a9af7009 100644
--- a/drivers/media/dvb/ttpci/budget-av.c
+++ b/drivers/media/dvb/ttpci/budget-av.c
@@ -964,7 +964,7 @@ static const struct stb0899_s1_reg knc1_stb0899_s1_init_1[] = {
964 { STB0899_GPIO37CFG , 0x82 }, 964 { STB0899_GPIO37CFG , 0x82 },
965 { STB0899_GPIO38CFG , 0x82 }, 965 { STB0899_GPIO38CFG , 0x82 },
966 { STB0899_GPIO39CFG , 0x82 }, 966 { STB0899_GPIO39CFG , 0x82 },
967 { STB0899_NCOARSE , 0x13 }, /* 0x13 = 27 Mhz Clock, F/3 = 180MHz, F/6 = 90MHz */ 967 { STB0899_NCOARSE , 0x15 }, /* 0x15 = 27 Mhz Clock, F/3 = 198MHz, F/6 = 99MHz */
968 { STB0899_SYNTCTRL , 0x02 }, /* 0x00 = CLK from CLKI, 0x02 = CLK from XTALI */ 968 { STB0899_SYNTCTRL , 0x02 }, /* 0x00 = CLK from CLKI, 0x02 = CLK from XTALI */
969 { STB0899_FILTCTRL , 0x00 }, 969 { STB0899_FILTCTRL , 0x00 },
970 { STB0899_SYSCTRL , 0x00 }, 970 { STB0899_SYSCTRL , 0x00 },
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c
index 86e9f6d82aad..ae9af21bda6c 100644
--- a/drivers/media/dvb/ttpci/budget-ci.c
+++ b/drivers/media/dvb/ttpci/budget-ci.c
@@ -1153,7 +1153,7 @@ static const struct stb0899_s1_reg tt3200_stb0899_s1_init_1[] = {
1153 { STB0899_GPIO37CFG , 0x82 }, 1153 { STB0899_GPIO37CFG , 0x82 },
1154 { STB0899_GPIO38CFG , 0x82 }, 1154 { STB0899_GPIO38CFG , 0x82 },
1155 { STB0899_GPIO39CFG , 0x82 }, 1155 { STB0899_GPIO39CFG , 0x82 },
1156 { STB0899_NCOARSE , 0x13 }, /* 0x13 = 27 Mhz Clock, F/3 = 180MHz, F/6 = 90MHz */ 1156 { STB0899_NCOARSE , 0x15 }, /* 0x15 = 27 Mhz Clock, F/3 = 198MHz, F/6 = 99MHz */
1157 { STB0899_SYNTCTRL , 0x02 }, /* 0x00 = CLK from CLKI, 0x02 = CLK from XTALI */ 1157 { STB0899_SYNTCTRL , 0x02 }, /* 0x00 = CLK from CLKI, 0x02 = CLK from XTALI */
1158 { STB0899_FILTCTRL , 0x00 }, 1158 { STB0899_FILTCTRL , 0x00 },
1159 { STB0899_SYSCTRL , 0x00 }, 1159 { STB0899_SYSCTRL , 0x00 },