Skip to content

Commit 23b3602

Browse files
djiatsaf-stkartben
authored andcommitted
tests: drivers: spi: spi_loopback: update gpdma1 request sel
According to wba55 refman RM0493, gpdma1 request for spi1_rx_dma and spi1_tx_dma is 1 and 2. solve failed test on drivers.spi.stm32_spi_dma.loopback scenario. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent 4418b90 commit 23b3602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/drivers/spi/spi_loopback/boards/nucleo_wba55cg.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
};
1010

1111
&spi1 {
12-
dmas = <&gpdma1 0 7 STM32_DMA_PERIPH_TX
13-
&gpdma1 1 6 STM32_DMA_PERIPH_RX>;
12+
dmas = <&gpdma1 0 2 STM32_DMA_PERIPH_TX
13+
&gpdma1 1 1 STM32_DMA_PERIPH_RX>;
1414
dma-names = "tx", "rx";
1515
slow@0 {
1616
compatible = "test-spi-loopback-slow";

0 commit comments

Comments
 (0)