Skip to content

Commit

Permalink
Merge pull request #286 from drhooray/pr-ov08x40-sensor-support
Browse files Browse the repository at this point in the history
media: ov08x40: Add support for 2/4 lanes support at 1500 Mbps
  • Loading branch information
hao-yao authored Oct 30, 2024
2 parents c6f2924 + a9c1a8c commit 19c1ded
Show file tree
Hide file tree
Showing 2 changed files with 4,831 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
From a47f5c632f28e0fc7f0d472b631206d7060576a5 Mon Sep 17 00:00:00 2001
From: Jason Chen <jason.z.chen@intel.com>
Date: Fri, 18 Oct 2024 20:34:50 +0800
Subject: [PATCH 2/2] media: ipu-bridge: Add support for additional link

Two additional frequencies can be supported with 2 lanes for
the ov08x40 sensor

Signed-off-by: Jason Chen <jason.z.chen@intel.com>
---
drivers/media/pci/intel/ipu-bridge.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/pci/intel/ipu-bridge.c b/drivers/media/pci/intel/ipu-bridge.c
index a0e9a71580b5..91a22dcfd79c 100644
--- a/drivers/media/pci/intel/ipu-bridge.c
+++ b/drivers/media/pci/intel/ipu-bridge.c
@@ -75,7 +75,7 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
/* Omnivision OV08A10 */
IPU_SENSOR_CONFIG("OVTI08A1", 1, 500000000),
/* Omnivision OV08x40 */
- IPU_SENSOR_CONFIG("OVTI08F4", 1, 400000000),
+ IPU_SENSOR_CONFIG("OVTI08F4", 3, 400000000, 749000000, 800000000),
/* Omnivision OV13B10 */
IPU_SENSOR_CONFIG("OVTI13B1", 1, 560000000),
IPU_SENSOR_CONFIG("OVTIDB10", 1, 560000000),
--
2.34.1

Loading

0 comments on commit 19c1ded

Please sign in to comment.