mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-30 08:04:13 +08:00
[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>
This commit is contained in:
parent
dc66d7f455
commit
db5823b52c
@ -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,
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user