Skip to content

Commit 308fddb

Browse files
committed
arch: arm64: talise: update AXI DMAC interrupt types
The AXI DMAC int types should be IRQ_TYPE_LEVEL_HIGH. This change updates them so that the kernel doesn't complain at boot. Signed-off-by: Alexandru Ardelean <[email protected]>
1 parent b9d2142 commit 308fddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/xilinx/zynqmp-adrv9009-zu11eg-reva-adrv2crr-fmc.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
reg = <0x0 0x81001000 0x1000>;
409409
#dma-cells = <1>;
410410
#clock-cells = <0>;
411-
interrupts = <0 95 0>;
411+
interrupts = <0 95 IRQ_TYPE_LEVEL_HIGH>;
412412
clocks = <&zynqmp_clk 73>;
413413

414414
adi,channels {
@@ -430,7 +430,7 @@
430430
reg = <0x0 0x81000000 0x1000>;
431431
#dma-cells = <1>;
432432
#clock-cells = <0>;
433-
interrupts = <0 96 0>;
433+
interrupts = <0 96 IRQ_TYPE_LEVEL_HIGH>;
434434
clocks = <&zynqmp_clk 73>;
435435

436436
adi,channels {

0 commit comments

Comments
 (0)