projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
627395a
)
ARM: dts: am437x-cm-t43: Correct the dmas property of spi0
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Wed, 1 Nov 2017 09:03:40 +0000
(11:03 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 28 Nov 2017 16:09:29 +0000
(08:09 -0800)
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>
arch/arm/boot/dts/am437x-cm-t43.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am437x-cm-t43.dts
b/arch/arm/boot/dts/am437x-cm-t43.dts
index 9e92d480576b04ae89f3e5aefc7c57f3a522070c..3b9a94c274a7b01ed29ead402a4b3538c122138d 100644
(file)
--- a/
arch/arm/boot/dts/am437x-cm-t43.dts
+++ b/
arch/arm/boot/dts/am437x-cm-t43.dts
@@
-301,8
+301,8
@@
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&spi0_pins>;
- dmas = <&edma 16
- &edma 17>;
+ dmas = <&edma 16
0
+ &edma 17
0
>;
dma-names = "tx0", "rx0";
flash: w25q64cvzpig@0 {