summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/dma/atmel-dma.txt
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-07-22 19:13:48 +0400
committerJiri Kosina <jkosina@suse.cz>2013-07-25 14:32:07 +0400
commit9ca18397760824491bac572d6600eb3db3331a14 (patch)
tree46987425a67139d9f018596b647fbe63a8ab7c01 /Documentation/devicetree/bindings/dma/atmel-dma.txt
parenta3f8612700507a10ad7186fd77e9f46c7af88335 (diff)
downloadlinux-9ca18397760824491bac572d6600eb3db3331a14.tar.xz
doc: devicetree: bindings: Fix typo in bindings
Correct spelling typo in devicetree/bindings. Singed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/devicetree/bindings/dma/atmel-dma.txt')
-rw-r--r--Documentation/devicetree/bindings/dma/atmel-dma.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/dma/atmel-dma.txt b/Documentation/devicetree/bindings/dma/atmel-dma.txt
index c280a0e6f42d..e1f343c7a34b 100644
--- a/Documentation/devicetree/bindings/dma/atmel-dma.txt
+++ b/Documentation/devicetree/bindings/dma/atmel-dma.txt
@@ -18,14 +18,14 @@ dma0: dma@ffffec00 {
DMA clients connected to the Atmel DMA controller must use the format
described in the dma.txt file, using a three-cell specifier for each channel:
-a phandle plus two interger cells.
+a phandle plus two integer cells.
The three cells in order are:
1. A phandle pointing to the DMA controller.
2. The memory interface (16 most significant bits), the peripheral interface
(16 less significant bits).
3. Parameters for the at91 DMA configuration register which are device
-dependant:
+dependent:
- bit 7-0: peripheral identifier for the hardware handshaking interface. The
identifier can be different for tx and rx.
- bit 11-8: FIFO configuration. 0 for half FIFO, 1 for ALAP, 1 for ASAP.