diff --git a/drivers/media/i2c/ov9281.c b/drivers/media/i2c/ov9281.c index 12621c2dccd58aa80e642f1e7e869fbe46a9693c..c646f11ef1d576cd50cfe179eb160f78ef363168 100644 --- a/drivers/media/i2c/ov9281.c +++ b/drivers/media/i2c/ov9281.c @@ -205,7 +205,7 @@ static const struct regval ov9281_common_regs[] = { }; static const struct regval ov9281_1280x800_regs[] = { - {0x3778, 0x10}, + {0x3778, 0x00}, {0x3800, 0x00}, {0x3801, 0x00}, {0x3802, 0x00}, @@ -241,7 +241,7 @@ static const struct regval ov9281_1280x800_regs[] = { }; static const struct regval ov9281_1280x720_regs[] = { - {0x3778, 0x10}, + {0x3778, 0x00}, {0x3800, 0x00}, {0x3801, 0x00}, {0x3802, 0x00}, @@ -277,6 +277,7 @@ static const struct regval ov9281_1280x720_regs[] = { }; static const struct regval ov9281_640x400_regs[] = { + {0x3778, 0x10}, {0x3800, 0x00}, {0x3801, 0x00}, {0x3802, 0x00},