diff options
| author | Yemike Abhilash Chandra <y-abhilashchandra@ti.com> | 2025-08-08 12:58:04 +0300 |
|---|---|---|
| committer | Nishanth Menon <nm@ti.com> | 2025-08-13 17:25:14 +0300 |
| commit | 9307cad31efcfe3446847ee34effaaa5c4930fa8 (patch) | |
| tree | a5a12c7e802e9208b874774044a678eac12182bc | |
| parent | 96ba5ce55ec192ca28446d4045dfd501270769b3 (diff) | |
| download | linux-9307cad31efcfe3446847ee34effaaa5c4930fa8.tar.xz | |
arm64: dts: ti: k3-am62a-main: Add CSI2 interrupts property
Add interrupts property for CDNS CSI2RX. Interrupt IDs are taken from the
AM62A TRM [0].
Interrupt Line | Source Interrupt
---------------------------|----------------------------------
GICSS0_COMMON_0_SPI_IN_175 | CSI_RX_IF0_COMMON_0_CSI_ERR_IRQ_0
GICSS0_COMMON_0_SPI_IN_173 | CSI_RX_IF0_COMMON_0_CSI_IRQ_0
[0]: https://www.ti.com/lit/pdf/spruj16
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-8-y-abhilashchandra@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi index 44e7e459f176..9cad79d7bbc1 100644 --- a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi @@ -1054,6 +1054,9 @@ 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", |
