[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250714092708.3944641-7-y-abhilashchandra@ti.com>
Date: Mon, 14 Jul 2025 14:57:07 +0530
From: Yemike Abhilash Chandra <y-abhilashchandra@...com>
To: <nm@...com>, <vigneshr@...com>
CC: <kristo@...nel.org>, <robh@...nel.org>, <krzk+dt@...nel.org>,
<conor+dt@...nel.org>, <vaishnav.a@...com>,
<linux-arm-kernel@...ts.infradead.org>, <devicetree@...r.kernel.org>,
<imx@...ts.linux.dev>, <linux-kernel@...r.kernel.org>,
<u-kumar1@...com>, <y-abhilashchandra@...com>
Subject: [PATCH 6/7] arm64: dts: ti: k3-am62-main: Add interrupts property
Add interrupts property for CDNS CSI2RX. Interrupt IDs are taken from the
AM62 TRM [0].
Input Index | Interrupt Source
---------------|--------------------------
gicss0.spi.175 | csi_rx_if.0.csi_err_irq.0
gicss0.spi.173 | csi_rx_if.0.csi_irq.0
[0]: https://www.ti.com/lit/pdf/spruiv7
Signed-off-by: Yemike Abhilash Chandra <y-abhilashchandra@...com>
---
arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
index 120ba8f9dd0e..029380dc1a35 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
@@ -1031,6 +1031,9 @@ ti_csi2rx0: ticsi2rx@...02000 {
cdns_csi2rx0: csi-bridge@...01000 {
compatible = "ti,j721e-csi2rx", "cdns,csi2rx";
reg = <0x00 0x30101000 0x00 0x1000>;
+ interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "error_irq", "irq";
clocks = <&k3_clks 182 0>, <&k3_clks 182 3>, <&k3_clks 182 0>,
<&k3_clks 182 0>, <&k3_clks 182 4>, <&k3_clks 182 4>;
clock-names = "sys_clk", "p_clk", "pixel_if0_clk",
--
2.34.1
Powered by blists - more mailing lists