diff options
author | Markus Rechberger <mrechberger@gmail.com> | 2008-10-24 11:15:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:12 -0500 |
commit | a9dbe5dc2e9337f1c7fab16963753aaf3f5283be (patch) | |
tree | 16026cb139b9d9523bd5886073bffbc6d0c7c1b7 /drivers/media/dvb/frontends/zl10353.c | |
parent | 5dd3f3071070f5a306bdf8d474c80062f5691cba (diff) |
V4L/DVB (9362): zl10353: add new register configuration for zl10353/especially 6mhz taiwan.
Signed-off-by: Markus Rechberger <mrechberger@sundtek.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/zl10353.c')
-rw-r--r-- | drivers/media/dvb/frontends/zl10353.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/zl10353.c b/drivers/media/dvb/frontends/zl10353.c index 36a5a1c101d5..5506f80e180e 100644 --- a/drivers/media/dvb/frontends/zl10353.c +++ b/drivers/media/dvb/frontends/zl10353.c | |||
@@ -220,15 +220,18 @@ static int zl10353_set_parameters(struct dvb_frontend *fe, | |||
220 | /* These are extrapolated from the 7 and 8MHz values */ | 220 | /* These are extrapolated from the 7 and 8MHz values */ |
221 | zl10353_single_write(fe, MCLK_RATIO, 0x97); | 221 | zl10353_single_write(fe, MCLK_RATIO, 0x97); |
222 | zl10353_single_write(fe, 0x64, 0x34); | 222 | zl10353_single_write(fe, 0x64, 0x34); |
223 | zl10353_single_write(fe, 0xcc, 0xdd); | ||
223 | break; | 224 | break; |
224 | case BANDWIDTH_7_MHZ: | 225 | case BANDWIDTH_7_MHZ: |
225 | zl10353_single_write(fe, MCLK_RATIO, 0x86); | 226 | zl10353_single_write(fe, MCLK_RATIO, 0x86); |
226 | zl10353_single_write(fe, 0x64, 0x35); | 227 | zl10353_single_write(fe, 0x64, 0x35); |
228 | zl10353_single_write(fe, 0xcc, 0x73); | ||
227 | break; | 229 | break; |
228 | case BANDWIDTH_8_MHZ: | 230 | case BANDWIDTH_8_MHZ: |
229 | default: | 231 | default: |
230 | zl10353_single_write(fe, MCLK_RATIO, 0x75); | 232 | zl10353_single_write(fe, MCLK_RATIO, 0x75); |
231 | zl10353_single_write(fe, 0x64, 0x36); | 233 | zl10353_single_write(fe, 0x64, 0x36); |
234 | zl10353_single_write(fe, 0xcc, 0x73); | ||
232 | } | 235 | } |
233 | 236 | ||
234 | zl10353_calc_nominal_rate(fe, op->bandwidth, &nominal_rate); | 237 | zl10353_calc_nominal_rate(fe, op->bandwidth, &nominal_rate); |