Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add QRB2210 RB1 vision mezzanine/kit support
@ 2026-01-08 17:05 Loic Poulain
  2026-01-08 17:05 ` [PATCH v4 1/3] arm64: dts: qcom: qcm2290: Add pin configuration for mclks Loic Poulain
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Loic Poulain @ 2026-01-08 17:05 UTC (permalink / raw)
  To: andersson, konradybcio
  Cc: robh, krzk+dt, conor+dt, mchehab, linux-arm-msm, devicetree,
	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.

- 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 V4:
* Revert to using active-high polarity for reset, as discussed here:
https://marc.info/?l=devicetree&m=176711209404226
* Drop Konrad's review tag from patch 0003, as the reset polarity
was initially a concern.
* I did not reorder the mclk pinctrl entries by GPIO index because
other nodes do not follow this convention, making it difficult to
align without updating all nodes.

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

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

Loic Poulain (3):
  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    | 66 ++++++++++++++++
 arch/arm64/boot/dts/qcom/qrb2210-rb1.dts      | 75 +++++++++++++++++++
 4 files changed, 174 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/qrb2210-rb1-vision-mezzanine.dtso

-- 
2.34.1


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-08 17:05 [PATCH v4 0/3] Add QRB2210 RB1 vision mezzanine/kit support Loic Poulain
2026-01-08 17:05 ` [PATCH v4 1/3] arm64: dts: qcom: qcm2290: Add pin configuration for mclks Loic Poulain
2026-01-08 18:00   ` Vladimir Zapolskiy
2026-01-08 17:05 ` [PATCH v4 2/3] arm64: dts: qcom: qrb2210-rb1: Add PM8008 node Loic Poulain
2026-01-08 17:05 ` [PATCH v4 3/3] arm64: dts: qcom: qrb2210-rb1: Add overlay for vision mezzanine Loic Poulain
2026-01-09  9:23 ` [PATCH v4 0/3] Add QRB2210 RB1 vision mezzanine/kit support Konrad Dybcio
2026-01-10 19:11 ` (subset) " Bjorn Andersson

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