diff options
Diffstat (limited to 'meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0043-media-ov490-disable-stats-rows.patch')
-rw-r--r-- | meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0043-media-ov490-disable-stats-rows.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0043-media-ov490-disable-stats-rows.patch b/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0043-media-ov490-disable-stats-rows.patch deleted file mode 100644 index a1d1f0d..0000000 --- a/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0043-media-ov490-disable-stats-rows.patch +++ /dev/null @@ -1,28 +0,0 @@ -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 - |