[PATCH V2 0/7] Add Interrupts property for CDNS CSI2RX

From: Yemike Abhilash Chandra
Date: Fri Aug 08 2025 - 05:59:06 EST


The driver patch that adds support for error detection on the
Cadence CSI2RX by enabling its interrupt lines was recently
picked up [0].

Accordingly, this patch adds the required interrupts property
to the Cadence CSI2RX device tree nodes.

Changelog:
Changes in v2:
- Correct minor commit message mistake (patch 1/7)
- Collect R/B tags from Udit and Jared

Link for V1: https://lore.kernel.org/all/20250714092708.3944641-1-y-abhilashchandra@xxxxxx/

Test logs:
(To validate the complete functionality, CRC errors were
intentionally generated by modifying the sensor overlay)

AM68: https://gist.github.com/Yemike-Abhilash-Chandra/123fed82e798a76944ec23f8e46d1114
AM69: https://gist.github.com/Yemike-Abhilash-Chandra/1820e39888cb50e250a83e2d059365f6
J721E: https://gist.github.com/Yemike-Abhilash-Chandra/63f993a995fd6a12cb113454952c063f
J722S: https://gist.github.com/Yemike-Abhilash-Chandra/2144fc8ab2f7bcdb3ef868e85424467d
J721S2: https://gist.github.com/Yemike-Abhilash-Chandra/f46587ec1ef72671ee31803dd93434b4
J784S4: https://gist.github.com/Yemike-Abhilash-Chandra/0c594683772f11c70bccb508757e9799

Driver and Binding patch series: https://lore.kernel.org/all/20250416121938.346435-1-y-abhilashchandra@xxxxxx/

[0]: https://lore.kernel.org/all/aG9tuMFOnvwXkcE-@xxxxxxxxxxxxxxxxxxxxxx/

Yemike Abhilash Chandra (7):
arm64: dts: ti: k3-j721s2-main: Add interrupts property
arm64: dts: ti: k3-j721e-main: Add interrupts property
arm64: dts: ti: k3-j784s4-j742s2-main-common: Add interrupts property
arm64: dts: ti: k3-am62p-j722s-common-main: Add interrupts property
arm64: dts: ti: k3-j722s-main: Add interrupts property
arm64: dts: ti: k3-am62-main: Add interrupts property
arm64: dts: ti: k3-am62a-main: Add interrupts property

arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 3 +++
arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 3 +++
arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi | 3 +++
arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 6 ++++++
arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 6 ++++++
arch/arm64/boot/dts/ti/k3-j722s-main.dtsi | 9 +++++++++
arch/arm64/boot/dts/ti/k3-j784s4-j742s2-main-common.dtsi | 9 +++++++++
7 files changed, 39 insertions(+)

--
2.34.1