From: Jose Alberto Reguero Date: Fri, 27 Jan 2012 21:43:28 +0000 (-0300) Subject: [media] mt2063: increase frequency_max to tune channel 69 X-Git-Tag: v3.5-rc5~26^2~776 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db5823b52c87b42567504b3976edfc5dc50ab8c4;p=platform%2Fkernel%2Flinux-stable.git [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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/common/tuners/mt2063.c b/drivers/media/common/tuners/mt2063.c index 7bbf25d..0ed9091 100644 --- a/drivers/media/common/tuners/mt2063.c +++ b/drivers/media/common/tuners/mt2063.c @@ -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, },