diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2015-11-12 15:07:35 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-11-30 10:21:17 -0800 |
commit | f1b2e7c29a52309724d13a1eb4de457406697118 (patch) | |
tree | 373a16f2391c37ae4bcf765ada53d71f0e81dd46 /arch/arm | |
parent | d3e41a9fc091bf5f5d4504aead899d73bd67d71e (diff) | |
download | linux-stable-f1b2e7c29a52309724d13a1eb4de457406697118.tar.gz linux-stable-f1b2e7c29a52309724d13a1eb4de457406697118.tar.bz2 linux-stable-f1b2e7c29a52309724d13a1eb4de457406697118.zip |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/dm816x.dtsi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dm816x.dtsi b/arch/arm/boot/dts/dm816x.dtsi index a7a34e47dadc..eee636de4cd8 100644 --- a/arch/arm/boot/dts/dm816x.dtsi +++ b/arch/arm/boot/dts/dm816x.dtsi @@ -280,8 +280,11 @@ 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 { |