diff --git a/drivers/media/i2c/imx577.c b/drivers/media/i2c/imx577.c index 3c08848263d0..0658f4671580 100644 --- a/drivers/media/i2c/imx577.c +++ b/drivers/media/i2c/imx577.c @@ -971,7 +971,7 @@ static const struct imx577_mode supported_modes[] = { .numerator = 10000, .denominator = 300000, }, - .exp_def = 0x0c10, + .exp_def = 0x0c08, .hts_def = 0x11a0, .vts_def = 0x0c1e, .bpp = 10, @@ -991,7 +991,7 @@ static const struct imx577_mode supported_modes[] = { .numerator = 10000, .denominator = 600000, }, - .exp_def = 0x0c10, + .exp_def = 0x0c08, .hts_def = 0x11a0, .vts_def = 0x0c1e, .bpp = 10,