Skip to content

Commit 7aa3a9b

Browse files
committed
ARM: dts: at91: sam9x60: Fix DMA direction for TDES
Tx channel is on interface 31 and rx on 30. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent d89d1d3 commit 7aa3a9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/sam9x60.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,10 @@
394394
interrupts = <40 IRQ_TYPE_LEVEL_HIGH 0>;
395395
dmas = <&dma0
396396
(AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
397-
AT91_XDMAC_DT_PERID(30))>,
397+
AT91_XDMAC_DT_PERID(31))>,
398398
<&dma0
399399
(AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) |
400-
AT91_XDMAC_DT_PERID(31))>;
400+
AT91_XDMAC_DT_PERID(30))>;
401401
dma-names = "tx", "rx";
402402
clocks = <&pmc PMC_TYPE_PERIPHERAL 40>;
403403
clock-names = "tdes_clk";

0 commit comments

Comments
 (0)