]> Git Repo - linux.git/commitdiff
ARM: dts: add dm816x missing spi DT dma handles
authorNeil Armstrong <[email protected]>
Thu, 12 Nov 2015 14:07:35 +0000 (15:07 +0100)
committerTony Lindgren <[email protected]>
Mon, 30 Nov 2015 18:21:17 +0000 (10:21 -0800)
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 <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/dm816x.dtsi

index a7a34e47dadc6059447bc6fefada6bba33d14505..eee636de4cd844237f5490b71c5f00d56dd9f06c 100644 (file)
                        ti,spi-num-cs = <4>;
                        ti,hwmods = "mcspi1";
                        dmas = <&edma 16 &edma 17
-                               &edma 18 &edma 19>;
-                       dma-names = "tx0", "rx0", "tx1", "rx1";
+                               &edma 18 &edma 19
+                               &edma 20 &edma 21
+                               &edma 22 &edma 23>;
+                       dma-names = "tx0", "rx0", "tx1", "rx1",
+                                   "tx2", "rx2", "tx3", "rx3";
                };
 
                mmc1: mmc@48060000 {
This page took 0.059377 seconds and 4 git commands to generate.