projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0016b2
)
media: ipu-bridge: Add support for additional link frequencies
author
Jason Chen
<jason.z.chen@intel.com>
Tue, 3 Jun 2025 04:39:23 +0000
(12:39 +0800)
committer
Hans Verkuil
<hverkuil@xs4all.nl>
Mon, 30 Jun 2025 06:47:41 +0000
(08:47 +0200)
Support two additional frequencies for the ov08x40 sensor using 2 lanes
Signed-off-by: Jason Chen <jason.z.chen@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/pci/intel/ipu-bridge.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/pci/intel/ipu-bridge.c
b/drivers/media/pci/intel/ipu-bridge.c
index 855862e3cad5d7da556894dab6c6494245ee4ee8..c80af394ce186d3575f00c971f1f1bf69ea4d13a 100644
(file)
--- a/
drivers/media/pci/intel/ipu-bridge.c
+++ b/
drivers/media/pci/intel/ipu-bridge.c
@@
-80,7
+80,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, 4
00000000),
+ IPU_SENSOR_CONFIG("OVTI08F4",
3, 400000000, 749000000, 8
00000000),
/* Omnivision OV13B10 */
IPU_SENSOR_CONFIG("OVTI13B1", 1, 560000000),
IPU_SENSOR_CONFIG("OVTIDB10", 1, 560000000),