diff --git a/drivers/media/i2c/ov5695.c b/drivers/media/i2c/ov5695.c index ad9dd263b078..99f39c804f50 100644 --- a/drivers/media/i2c/ov5695.c +++ b/drivers/media/i2c/ov5695.c @@ -560,7 +560,7 @@ static const struct ov5695_mode supported_modes[] = { .numerator = 10000, .denominator = 1200000, }, - .exp_def = 0x0450, + .exp_def = 0x0200, .hts_def = 0x02a0 * 4, .vts_def = 0x022e, .reg_list = ov5695_640x480_regs,