[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250508155134.2026300-1-y-abhilashchandra@ti.com>
Date: Thu, 8 May 2025 21:21:30 +0530
From: Yemike Abhilash Chandra <y-abhilashchandra@...com>
To: <nm@...com>, <vigneshr@...com>, <kristo@...nel.org>, <robh@...nel.org>,
<krzk+dt@...nel.org>, <conor+dt@...nel.org>
CC: <vaishnav.a@...com>, <u-kumar1@...com>, <r-donadkar@...com>,
<devicetree@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
<jai.luthra@...ux.dev>, <linux-kernel@...r.kernel.org>,
<y-abhilashchandra@...com>
Subject: [PATCH v2 0/4] Add overlays for IMX219 and OV5640 on J722S
This series adds IMX219 and OV5640 overlays to enable support
for 4 sensors on J722S. This provides a reference for a user to
enable a different sensor on any of the ports.
Changelog:
Changes in v2:
- J722S EVM has the CSI2RX routed to MIPI CSI connector and to 22-pin RPi
camera connector through an analog mux. Initially, the analog mux was modeled
in the overlay in v1, But following the convention used on other platforms,
the analog mux has been moved to the base device tree. So that an overlay
can control the mux state according to connected cameras.
- Correct the vin-supply for RPI camera connectors. To do the same add missing
power regulators in the device tree.
- Mark GPIO used in the comment
- Add reset-gpios property for tevi-OV5640 overlay
Test logs:
IMX219: https://gist.github.com/Yemike-Abhilash-Chandra/8417af557ff2b82cf8d72be94d838c85
OV5640: https://gist.github.com/Yemike-Abhilash-Chandra/ea782b0caa5eb171258dd2244cf9604b
v1: https://lore.kernel.org/all/20250505115700.500979-1-y-abhilashchandra@ti.com/
Vaishnav Achath (2):
arm64: dts: ti: k3-j722s-evm: Add overlay for quad IMX219
arm64: dts: ti: k3-j722s-evm: Add overlay for TEVI OV5640
Yemike Abhilash Chandra (2):
arm64: dts: ti: j722s-evm: Add DT nodes for power regulators
arm64: dts: ti: j722s-evm: Add MUX to control CSI2RX
arch/arm64/boot/dts/ti/Makefile | 9 +
...k3-j722s-evm-csi2-quad-rpi-cam-imx219.dtso | 329 ++++++++++++++++++
.../k3-j722s-evm-csi2-quad-tevi-ov5640.dtso | 322 +++++++++++++++++
arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 36 ++
4 files changed, 696 insertions(+)
create mode 100644 arch/arm64/boot/dts/ti/k3-j722s-evm-csi2-quad-rpi-cam-imx219.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-j722s-evm-csi2-quad-tevi-ov5640.dtso
--
2.34.1
Powered by blists - more mailing lists