Skip to content

Commit f1b2e7c

Browse files
superna9999tmlind
authored andcommitted
ARM: dts: add dm816x missing spi DT dma handles
Add the missing SPI controller DMA handler in the dm816x DT node, only properties for the two channels on four were present. Cc: Brian Hutchinson <b.hutchman@gmail.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent d3e41a9 commit f1b2e7c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

arch/arm/boot/dts/dm816x.dtsi

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,11 @@
280280
ti,spi-num-cs = <4>;
281281
ti,hwmods = "mcspi1";
282282
dmas = <&edma 16 &edma 17
283-
&edma 18 &edma 19>;
284-
dma-names = "tx0", "rx0", "tx1", "rx1";
283+
&edma 18 &edma 19
284+
&edma 20 &edma 21
285+
&edma 22 &edma 23>;
286+
dma-names = "tx0", "rx0", "tx1", "rx1",
287+
"tx2", "rx2", "tx3", "rx3";
285288
};
286289

287290
mmc1: mmc@48060000 {

0 commit comments

Comments
 (0)