projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f28b782
)
ARM: dts: da850: Add DMA to SPI0
author
David Lechner
<david@lechnology.com>
Tue, 25 Oct 2016 23:32:48 +0000
(18:32 -0500)
committer
Sekhar Nori
<nsekhar@ti.com>
Mon, 31 Oct 2016 11:14:59 +0000
(16:44 +0530)
Add the bindings for DMA on SPI0
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/da850.dtsi
b/arch/arm/boot/dts/da850.dtsi
index
901d5c9
..
4c83613
100644
(file)
--- a/
arch/arm/boot/dts/da850.dtsi
+++ b/
arch/arm/boot/dts/da850.dtsi
@@
-357,6
+357,8
@@
num-cs = <6>;
ti,davinci-spi-intr-line = <1>;
interrupts = <20>;
+ dmas = <&edma0 14 0>, <&edma0 15 0>;
+ dma-names = "rx", "tx";
status = "disabled";
};
spi1: spi@30e000 {