Re: [PATCH 1/2] media: ipu-bridge: Add OV5675 sensor config

From: Sakari Ailus

Date: Tue Feb 10 2026 - 04:38:26 EST


Hi Leif,

Thanks for the patch.

On Tue, Feb 10, 2026 at 09:55:58AM +0100, Leif Skunberg wrote:
> Add the Omnivision OV5675 (ACPI HID OVTI5675) to the
> ipu_supported_sensors[] table with a link frequency of 450 MHz.
>
> This sensor is found in the Lenovo ThinkPad X1 Fold 16 Gen 1 behind
> an Intel Vision Sensing Controller (IVSC). Without this entry the IPU
> bridge does not create the software-node fwnode graph for the sensor,
> preventing the camera from being enumerated.
>
> Signed-off-by: Leif Skunberg <diamondback@xxxxxxxxxx>
> ---
> drivers/media/pci/intel/ipu-bridge.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/media/pci/intel/ipu-bridge.c b/drivers/media/pci/intel/ipu-bridge.c
> index 4e579352a..aaad759dd 100644
> --- a/drivers/media/pci/intel/ipu-bridge.c
> +++ b/drivers/media/pci/intel/ipu-bridge.c
> @@ -79,6 +79,8 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
> IPU_SENSOR_CONFIG("OVTI02C1", 1, 400000000),
> /* Omnivision OV02E10 */
> IPU_SENSOR_CONFIG("OVTI02E1", 1, 360000000),
> + /* Omnivision OV5675 */
> + IPU_SENSOR_CONFIG("OVTI5675", 1, 450000000),

Could you order this alphabetically, please?

> /* Omnivision OV08A10 */
> IPU_SENSOR_CONFIG("OVTI08A1", 1, 500000000),
> /* Omnivision OV08x40 */

--
Kind regards,

Sakari Ailus