projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca108b3
)
V4L/DVB (13984): [BUDGET] Use a tuner clock output divider of 2 for TT S2-1600.
author
Andreas Regel
<
[email protected]
>
Tue, 5 Jan 2010 22:24:32 +0000
(19:24 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 26 Feb 2010 18:10:37 +0000
(15:10 -0300)
This gives the STV090x and improved clock signal (rectangle instead of sine).
Signed-off-by: Andreas Regel <
[email protected]
>
Signed-off-by: Manu Abraham <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/dvb/ttpci/budget.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/ttpci/budget.c
b/drivers/media/dvb/ttpci/budget.c
index d9aa9bd31b809ab4cb0e58c0b522d88f2342d792..9fdf26cc6998054952c47290ed47fd457c408930 100644
(file)
--- a/
drivers/media/dvb/ttpci/budget.c
+++ b/
drivers/media/dvb/ttpci/budget.c
@@
-433,7
+433,7
@@
static struct stv090x_config tt1600_stv090x_config = {
.demod_mode = STV090x_SINGLE,
.clk_mode = STV090x_CLK_EXT,
- .xtal =
270
00000,
+ .xtal =
135
00000,
.address = 0x68,
.ts1_mode = STV090x_TSMODE_DVBCI,
@@
-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 = {