public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] media: ipu-bridge: Add support additional link frequency
@ 2026-04-24  2:19 Serin Yeh
  2026-04-28  9:29 ` johannes.goede
  0 siblings, 1 reply; 2+ messages in thread
From: Serin Yeh @ 2026-04-24  2:19 UTC (permalink / raw)
  To: linux-media; +Cc: serin.yeh, sakari.ailus, jimmy.su, sarang.sapre

Support additional frequency 900 MHz for the OV05C10 sensor

Signed-off-by: Serin Yeh <serin.yeh@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 32cc95a766b7..f4828a691737 100644
--- a/drivers/media/pci/intel/ipu-bridge.c
+++ b/drivers/media/pci/intel/ipu-bridge.c
@@ -81,7 +81,7 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
 	/* Omnivision OV02E10 */
 	IPU_SENSOR_CONFIG("OVTI02E1", 1, 360000000),
 	/* Omnivision ov05c10 */
-	IPU_SENSOR_CONFIG("OVTI05C1", 1, 480000000),
+	IPU_SENSOR_CONFIG("OVTI05C1", 2, 480000000, 900000000),
 	/* Omnivision OV08A10 */
 	IPU_SENSOR_CONFIG("OVTI08A1", 1, 500000000),
 	/* Omnivision OV08x40 */
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-28  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-24  2:19 [PATCH v1] media: ipu-bridge: Add support additional link frequency Serin Yeh
2026-04-28  9:29 ` johannes.goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox