mbox series

[v2,0/3] Support OV5670 on IPU3 devices

Message ID 20250520-djrscally-ov5670-v2-0-104ae895aecf@ideasonboard.com
Headers show
Series Support OV5670 on IPU3 devices | expand

Message

Daniel Scally May 20, 2025, 1:17 p.m. UTC
Hello all

The OV5670 is found in the Dell 7212 tablet, along with an IPU3 ISP. This small
series adds support for the sensor by connecting it through the ipu-bridge and
adding board data for the PMIC so that it can be powered.

Changes since v1:

* Commas following the final member in a struct definition in patch 2

Regards
Dan

---
Daniel Scally (3):
      media: i2c: Defer ov5670_probe() if endpoint not found
      platform/x86: int3472: Add board data for Dell 7212
      media: ipu-bridge: Add _HID for OV5670

 drivers/media/i2c/ov5670.c                         |   9 +-
 drivers/media/pci/intel/ipu-bridge.c               |   2 +
 .../x86/intel/int3472/tps68470_board_data.c        | 128 +++++++++++++++++++++
 3 files changed, 137 insertions(+), 2 deletions(-)
---
base-commit: b64b134942c8cf4801ea288b3fd38b509aedec21
change-id: 20250520-djrscally-ov5670-5ec5d9fad53a

Best regards,