]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: ti: k3-am62-main: Add CSI2 interrupts property
authorYemike Abhilash Chandra <y-abhilashchandra@ti.com>
Fri, 8 Aug 2025 09:58:03 +0000 (15:28 +0530)
committerNishanth Menon <nm@ti.com>
Wed, 13 Aug 2025 14:25:07 +0000 (09:25 -0500)
Add interrupts property for CDNS CSI2RX. Interrupt IDs are taken from the
AM62 TRM [0].

Interrupt Line | Source Interrupt
---------------|--------------------------
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@ti.com>
Reviewed-by: Udit Kumar <u-kumar1@ti.com>
Reviewed-by: Jared McArthur <j-mcarthur@ti.com>
Link: https://lore.kernel.org/r/20250808095804.544298-7-y-abhilashchandra@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62-main.dtsi

index 120ba8f9dd0e7e2e8ebefc5ad28b0193e24fb37e..029380dc1a35e2cb5a9716a9792eb8c2680c86b8 100644 (file)
                cdns_csi2rx0: csi-bridge@30101000 {
                        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",