1
0
Fork 0

[media] mt2063: increase frequency_max to tune channel 69

Increase mt2063 frequency_max to tune to channel 69(858Mhz).

Jose Alberto

Signed-off-by: Jose Alberto Reguero <jareguero@telefonica.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
hifive-unleashed-5.1
Jose Alberto Reguero 2012-01-27 18:43:28 -03:00 committed by Mauro Carvalho Chehab
parent dc66d7f455
commit db5823b52c
1 changed files with 1 additions and 1 deletions

View File

@ -2226,7 +2226,7 @@ static struct dvb_tuner_ops mt2063_ops = {
.info = {
.name = "MT2063 Silicon Tuner",
.frequency_min = 45000000,
.frequency_max = 850000000,
.frequency_max = 865000000,
.frequency_step = 0,
},