Skip to content

Commit

Permalink
UBUNTU: SAUCE: media: ipu-bridge: Add support for additional link fre…
Browse files Browse the repository at this point in the history
…quencies

BugLink: https://bugs.launchpad.net/bugs/2084059

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

Signed-off-by: Jason Chen <[email protected]>
(cherry picked from https://github.com/drhooray/ipu6-drivers/blob/dc04ab588c4e0d71bb90ae9a1d2d71d8740c8959/patch/v6.12/0003-media-ipu-bridge-Add-support-for-additional-link-fre.patch)
Signed-off-by: You-Sheng Yang <[email protected]>
Acked-by: Chia-Lin Kao (AceLan) <[email protected]>
Acked-by: Chris Chiu <[email protected]>
Signed-off-by: Kuan-Ying Lee <[email protected]>
Acked-by: Jian Hui Lee <[email protected]>
Acked-by: Guoqing Jiang <[email protected]>
Signed-off-by: Roxana Nicolescu <[email protected]>
  • Loading branch information
Jason Chen authored and mehmetb0 committed Nov 21, 2024
1 parent a5ea5e6 commit 0cf2f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/pci/intel/ipu-bridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 0cf2f31

Please sign in to comment.