Skip to content

Commit ab12793

Browse files
mhennerichSRaus
authored andcommitted
arch: arm64: dts: adrv9002: Fix/Update TX DMA interrupt
Update TX DMA interrupt number according to HDL update. Signed-off-by: Michael Hennerich <[email protected]>
1 parent fc94b38 commit ab12793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-adrv9002-rx2tx2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
compatible = "adi,axi-dmac-1.00.a";
6161
reg = <0x84A50000 0x10000>;
6262
#dma-cells = <1>;
63-
interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
63+
interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;
6464
clocks = <&zynqmp_clk 71>;
6565

6666
adi,channels {

arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev10-adrv9002.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
compatible = "adi,axi-dmac-1.00.a";
8181
reg = <0x84A50000 0x10000>;
8282
#dma-cells = <1>;
83-
interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
83+
interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;
8484
clocks = <&zynqmp_clk 71>;
8585

8686
adi,channels {

0 commit comments

Comments
 (0)