diff options
| author | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2008-04-10 01:07:11 +0200 |
|---|---|---|
| committer | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2008-04-10 01:07:11 +0200 |
| commit | 300d332d50fea15849aa641486728d160708b9cf (patch) | |
| tree | 802905fd81e92ce2cd756f1cb2daa81f08cd887a /linux/drivers/media/dvb/ttpci | |
| parent | cfff1cb68e96dcce0c0880af6db1b4461e19ba9b (diff) | |
| download | mediapointer-dvb-s2-300d332d50fea15849aa641486728d160708b9cf.tar.gz mediapointer-dvb-s2-300d332d50fea15849aa641486728d160708b9cf.tar.bz2 | |
tda10086: make the xtal frequency a configuration option
From: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Some DVB-S boards, i.e. with the SD1878 tuner, use a 4 MHz reference frequency.
This reqires a different setup of the clock PLL.
This patch adds an enum to the tda10086_config struct and sets the proper
values for the boards.
This patch also fixes the DVB-S section of the MD7134_BRIDGE_2
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Diffstat (limited to 'linux/drivers/media/dvb/ttpci')
| -rw-r--r-- | linux/drivers/media/dvb/ttpci/budget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget.c b/linux/drivers/media/dvb/ttpci/budget.c index 829576dc2..108788bf0 100644 --- a/linux/drivers/media/dvb/ttpci/budget.c +++ b/linux/drivers/media/dvb/ttpci/budget.c @@ -364,6 +364,7 @@ static struct tda10086_config tda10086_config = { .demod_address = 0x0e, .invert = 0, .diseqc_tone = 1, + .xtal_freq = TDA10086_XTAL_16M, }; static u8 read_pwm(struct budget* budget) |
