Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add QRB2210 RB1 vision mezzanine/kit support
@ 2025-11-14 13:38 Loic Poulain
  2025-11-14 13:38 ` [PATCH v3 1/4] media: i2c: ov9282: Fix reset-gpio logical state Loic Poulain
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Loic Poulain @ 2025-11-14 13:38 UTC (permalink / raw)
  To: andersson, konradybcio, dave.stevenson, sakari.ailus
  Cc: robh, krzk+dt, conor+dt, mchehab, linux-arm-msm, devicetree,
	linux-media, Loic Poulain

This series enables initial camera functionality on QRB2210 RB1 with
Vision Mezzanine.It includes device tree updates for camera-related
components and a fix for the OV9282 sensor driver.

- Correct the reset GPIO logic to ensure proper reset behavior.
- Adds pinctrl configuration for the four camera master clocks (mclks).
- Adds the PM8008 camera PMIC node, which camera power management.
- Introduces an overlay enabling the Vision Mezzanine board with OV9282
  camera sensor support.

Changes in V2:
* Move mclk pinctrls to soc dtsi
* Ensure backward compatibility for ov9282 reset logic
* dts cleanup

Changes in V1:
* Use correct polarity for ov9282 pin
* Fix ov9282 reset pin logic
* Remove always-on from pm8008 regulators

Loic Poulain (4):
  media: i2c: ov9282: Fix reset-gpio logical state
  arm64: dts: qcom: qcm2290: Add pin configuration for mclks
  arm64: dts: qcom: qrb2210-rb1: Add PM8008 node
  arm64: dts: qcom: qrb2210-rb1: Add overlay for vision mezzanine

 arch/arm64/boot/dts/qcom/Makefile             |  5 ++
 arch/arm64/boot/dts/qcom/agatti.dtsi          | 28 +++++++
 .../qcom/qrb2210-rb1-vision-mezzanine.dtso    | 65 ++++++++++++++++
 arch/arm64/boot/dts/qcom/qrb2210-rb1.dts      | 75 +++++++++++++++++++
 drivers/media/i2c/ov9282.c                    | 26 ++++++-
 5 files changed, 195 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/qrb2210-rb1-vision-mezzanine.dtso

-- 
2.34.1


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

end of thread, other threads:[~2026-01-06 19:59 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-14 13:38 [PATCH v3 0/4] Add QRB2210 RB1 vision mezzanine/kit support Loic Poulain
2025-11-14 13:38 ` [PATCH v3 1/4] media: i2c: ov9282: Fix reset-gpio logical state Loic Poulain
2025-11-17 17:30   ` Sakari Ailus
2025-12-03 10:00     ` Loic Poulain
2025-12-30 13:49       ` Krzysztof Kozlowski
2025-12-30 13:56       ` Krzysztof Kozlowski
2025-12-15  9:35     ` Loic Poulain
2025-12-15  9:40       ` Sakari Ailus
2025-12-15 10:19         ` Loic Poulain
2025-12-30 13:33           ` Laurent Pinchart
2025-12-30 13:54           ` Krzysztof Kozlowski
2025-12-30 15:03             ` Loic Poulain
2025-12-30 15:40               ` Laurent Pinchart
2025-12-30 15:41               ` Krzysztof Kozlowski
2026-01-06 19:53                 ` Loic Poulain
2025-11-14 13:38 ` [PATCH v3 2/4] arm64: dts: qcom: qcm2290: Add pin configuration for mclks Loic Poulain
2025-11-17 13:07   ` Konrad Dybcio
2025-11-14 13:38 ` [PATCH v3 3/4] arm64: dts: qcom: qrb2210-rb1: Add PM8008 node Loic Poulain
2025-11-14 13:38 ` [PATCH v3 4/4] arm64: dts: qcom: qrb2210-rb1: Add overlay for vision mezzanine Loic Poulain
2025-11-18  4:25   ` Dmitry Baryshkov

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