diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2017-11-01 05:03:40 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-11-28 11:09:29 -0500 |
commit | ca41e244517d6d3f1600c229ff7ca615049c1e9c (patch) | |
tree | 0da4cff278e5008fdb7aa3d47d2b1791fe3c1de7 | |
parent | 627395a6f8091c0aa18f49dca7df59ba3ec147ef (diff) |
ARM: dts: am437x-cm-t43: Correct the dmas property of spi0
The DMA binding for eDMA needs 2 parameters, not 1.
The second, missing parameter is the tptc to be used for the channel.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am437x-cm-t43.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am437x-cm-t43.dts b/arch/arm/boot/dts/am437x-cm-t43.dts index 9e92d480576b..3b9a94c274a7 100644 --- a/arch/arm/boot/dts/am437x-cm-t43.dts +++ b/arch/arm/boot/dts/am437x-cm-t43.dts | |||
@@ -301,8 +301,8 @@ | |||
301 | status = "okay"; | 301 | status = "okay"; |
302 | pinctrl-names = "default"; | 302 | pinctrl-names = "default"; |
303 | pinctrl-0 = <&spi0_pins>; | 303 | pinctrl-0 = <&spi0_pins>; |
304 | dmas = <&edma 16 | 304 | dmas = <&edma 16 0 |
305 | &edma 17>; | 305 | &edma 17 0>; |
306 | dma-names = "tx0", "rx0"; | 306 | dma-names = "tx0", "rx0"; |
307 | 307 | ||
308 | flash: w25q64cvzpig@0 { | 308 | flash: w25q64cvzpig@0 { |