aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas
diff options
context:
space:
mode:
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>2017-08-06 22:33:16 +0300
committerVladimir Barinov <vladimir.barinov@cogentembedded.com>2017-08-06 22:35:28 +0300
commit8a4b6d01d314d078d9db0fad2725d61d97085541 (patch)
treeec34a3bdc660733fdfd7291b3f4bfa3911aee5bd /meta-rcar-gen3-adas
parent20004171570acc1c28092884e7c377734d873dad (diff)
LVDS: workaroundpatch is not needed anymore
optional compilation for Cogent firmware is not needed anymore since driver supports both firmware: Cogent and Vendor
Diffstat (limited to 'meta-rcar-gen3-adas')
-rw-r--r--meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/0043-media-ov490-disable-stats-rows.patch28
-rw-r--r--meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas_4.9.bbappend1
2 files changed, 0 insertions, 29 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
-
diff --git a/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas_4.9.bbappend b/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas_4.9.bbappend
index 69d66a8..5384298 100644
--- a/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas_4.9.bbappend
+++ b/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas_4.9.bbappend
@@ -40,7 +40,6 @@ SRC_URI_append = " \
file://0040-arm64-dts-renesas-add-ADAS-boards.patch \
file://0041-arm64-dts-renesas-ulcb-enlarge-cma-region.patch \
file://0042-arm64-dts-renesas-r8a7795-es1-h3ulcb-disable-eMMC.patch \
- ${@base_conditional("LVDSCAMERA_USE_COGENT_FIRMWARE", "1", " file://0043-media-ov490-disable-stats-rows.patch", "", d)} \
${@base_conditional("LVDSCAMERA_FIRST4_TYPE1", "1", " file://0050-arm64-dts-Gen3-view-boards-TYPE1-first-4-cameras.patch", "", d)} \
${@base_conditional("LVDSCAMERA_SECOND4_TYPE1", "1", " file://0051-arm64-dts-Gen3-view-boards-TYPE1-second-4-cameras.patch", "", d)} \
${@base_conditional("LVDSCAMERA_FIRST4_TYPE2", "1", " file://0052-arm64-dts-Gen3-view-boards-TYPE2-first-4-cameras.patch", "", d)} \