From 93c918815a618bd799e7c8a40a17da2282c4b23c Mon Sep 17 00:00:00 2001 From: Vladimir Barinov Date: Wed, 26 Jul 2017 21:03:34 +0300 Subject: [PATCH] media: ov490: disable stats rows This is needed if Cogent generated firmware used Signed-off-by: Vladimir Barinov --- drivers/media/i2c/soc_camera/ov490_ov10640.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/soc_camera/ov490_ov10640.h b/drivers/media/i2c/soc_camera/ov490_ov10640.h index dde81ef..0f5b657 100644 --- a/drivers/media/i2c/soc_camera/ov490_ov10640.h +++ b/drivers/media/i2c/soc_camera/ov490_ov10640.h @@ -35,7 +35,7 @@ static const struct ov490_reg ov490_regs_wizard[] = { {0x5000, 0x00}, {0x5001, 0x30}, {0x5002, 0x91}, -{0x5003, 0x08}, +{0x5003, 0x00}, {0xfffe, 0x80}, {0x00c0, 0xc1}, /* Ov490 FSIN: app_fsin_from_fsync */ -- 1.9.1