[media] adv7604/ad9389b/ths8200: decrease min_pixelclock to 25MHz
[pandora-kernel.git] / drivers / media / i2c / ad9389b.c
index 1c6d352..bb74fb6 100644 (file)
@@ -631,7 +631,7 @@ static const struct v4l2_dv_timings_cap ad9389b_timings_cap = {
        .bt = {
                .max_width = 1920,
                .max_height = 1200,
-               .min_pixelclock = 27000000,
+               .min_pixelclock = 25000000,
                .max_pixelclock = 170000000,
                .standards = V4L2_DV_BT_STD_CEA861 | V4L2_DV_BT_STD_DMT |
                        V4L2_DV_BT_STD_GTF | V4L2_DV_BT_STD_CVT,