aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0043-media-ov490-disable-stats-rows.patch
blob: a1d1f0dbe6933ca15a67110bf239fbe8c845a2b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 93c918815a618bd799e7c8a40a17da2282c4b23c Mon Sep 17 00:00:00 2001
From: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
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 <vladimir.barinov@cogentembedded.com>
---
 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