diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-08-19 11:07:26 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-08-24 07:27:09 (GMT) |
commit | fe9c2564d80d633d08a2d69fe38598c06a0ddfb2 (patch) | |
tree | 80b3b328610952d062a1ddcc0e417db350eab0e6 /drivers/media/i2c/ths8200.c | |
parent | ef1ed8f5d366a035e532456bd747d34e5cb01ee5 (diff) | |
download | linux-fe9c2564d80d633d08a2d69fe38598c06a0ddfb2.tar.xz |
[media] adv7604/ad9389b/ths8200: decrease min_pixelclock to 25MHz
The CEA-861 standard allows for the 640x480 format at 25.175 MHz.
Ensure that that's allowed according to the struct v4l2_bt_timings_cap.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c/ths8200.c')
-rw-r--r-- | drivers/media/i2c/ths8200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/ths8200.c b/drivers/media/i2c/ths8200.c index 49041e5..580bd1b 100644 --- a/drivers/media/i2c/ths8200.c +++ b/drivers/media/i2c/ths8200.c @@ -49,7 +49,7 @@ static const struct v4l2_dv_timings_cap ths8200_timings_cap = { .bt = { .max_width = 1920, .max_height = 1080, - .min_pixelclock = 27000000, + .min_pixelclock = 25000000, .max_pixelclock = 148500000, .standards = V4L2_DV_BT_STD_CEA861, .capabilities = V4L2_DV_BT_CAP_PROGRESSIVE, |