diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-07-23 00:13:48 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-07-25 12:32:07 +0200 |
commit | 9ca18397760824491bac572d6600eb3db3331a14 (patch) | |
tree | 46987425a67139d9f018596b647fbe63a8ab7c01 /Documentation/devicetree/bindings/dma/fsl-imx-dma.txt | |
parent | a3f8612700507a10ad7186fd77e9f46c7af88335 (diff) |
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/fsl-imx-dma.txt')
-rw-r--r-- | Documentation/devicetree/bindings/dma/fsl-imx-dma.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-dma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-dma.txt index 2717ecb47db..7bd8847d639 100644 --- a/Documentation/devicetree/bindings/dma/fsl-imx-dma.txt +++ b/Documentation/devicetree/bindings/dma/fsl-imx-dma.txt @@ -34,7 +34,7 @@ Clients have to specify the DMA requests with phandles in a list. Required properties: - dmas: List of one or more DMA request specifiers. One DMA request specifier consists of a phandle to the DMA controller followed by the integer - specifiying the request line. + specifying the request line. - dma-names: List of string identifiers for the DMA requests. For the correct names, have a look at the specific client driver. |