aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinaro CI <ci_notify@linaro.org>2021-02-19 05:43:23 +0000
committerLinaro CI <ci_notify@linaro.org>2021-02-19 05:43:23 +0000
commit32a06207dc8f70003453b54bb5f51d9ed975a972 (patch)
tree1d2232b37788c15d0bf5cdb11a9ac2c9b00aa3e3
parent6e38836603e48e12a7f4592c9a4e6fabd9d738f1 (diff)
parent4363e8f43692eff8f82dec6e9df0c43d2c92a381 (diff)
Merge remote-tracking branch 'ov8856-bayer-mode/tracking-qcomlt-ov8856-bayer-mode' into integration-linux-qcomlt
-rw-r--r--drivers/media/i2c/ov8856.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/i2c/ov8856.c b/drivers/media/i2c/ov8856.c
index d8cefd3d4045..b337f729d5e3 100644
--- a/drivers/media/i2c/ov8856.c
+++ b/drivers/media/i2c/ov8856.c
@@ -428,7 +428,7 @@ static const struct ov8856_reg mode_3264x2448_regs[] = {
{0x3810, 0x00},
{0x3811, 0x04},
{0x3812, 0x00},
- {0x3813, 0x02},
+ {0x3813, 0x01},
{0x3814, 0x01},
{0x3815, 0x01},
{0x3816, 0x00},
@@ -821,7 +821,7 @@ static const struct ov8856_reg mode_1632x1224_regs[] = {
{0x3810, 0x00},
{0x3811, 0x02},
{0x3812, 0x00},
- {0x3813, 0x02},
+ {0x3813, 0x01},
{0x3814, 0x03},
{0x3815, 0x01},
{0x3816, 0x00},