Fixed picture line bug in all ov9281 modes
authorMathias Anhalt <mathiasanhalt@web.de>
Sun, 24 Jan 2021 14:15:01 +0000 (15:15 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:12 +0000 (16:04 +0000)
Signed-off-by: Mathias Anhalt <mathiasanhalt@web.de>
drivers/media/i2c/ov9281.c

index 132cbf6..eff9bc3 100644 (file)
@@ -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},