Skip to content

Commit

Permalink
arch: arm64: dts: adrv9002: Fix/Update TX DMA interrupt
Browse files Browse the repository at this point in the history
Update TX DMA interrupt number according to HDL update.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
  • Loading branch information
mhennerich authored and SRaus committed Aug 3, 2022
1 parent fc94b38 commit ab12793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
compatible = "adi,axi-dmac-1.00.a";
reg = <0x84A50000 0x10000>;
#dma-cells = <1>;
interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&zynqmp_clk 71>;

adi,channels {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
compatible = "adi,axi-dmac-1.00.a";
reg = <0x84A50000 0x10000>;
#dma-cells = <1>;
interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&zynqmp_clk 71>;

adi,channels {
Expand Down

0 comments on commit ab12793

Please sign in to comment.