diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2013-10-04 04:46:51 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-10-20 09:17:43 -0400 |
commit | 13098cf05a430464f50ffac73cfa2c467768410d (patch) | |
tree | d4ed30d514c79d5e7c795d5e317fa79d5bf1c284 /Documentation/devicetree/bindings/dma | |
parent | e98b3cafe5f048be40ff6acb18dfa7c9a0e9423e (diff) |
dma: atmel-dma: correct typo in the device tree bindings documentation
The value to set ASAP mode for FIFO configuration is 2 instead of 1.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'Documentation/devicetree/bindings/dma')
-rw-r--r-- | Documentation/devicetree/bindings/dma/atmel-dma.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/atmel-dma.txt b/Documentation/devicetree/bindings/dma/atmel-dma.txt index e1f343c7a34b..f69bcf5a6343 100644 --- a/Documentation/devicetree/bindings/dma/atmel-dma.txt +++ b/Documentation/devicetree/bindings/dma/atmel-dma.txt | |||
@@ -28,7 +28,7 @@ The three cells in order are: | |||
28 | dependent: | 28 | dependent: |
29 | - bit 7-0: peripheral identifier for the hardware handshaking interface. The | 29 | - bit 7-0: peripheral identifier for the hardware handshaking interface. The |
30 | identifier can be different for tx and rx. | 30 | identifier can be different for tx and rx. |
31 | - bit 11-8: FIFO configuration. 0 for half FIFO, 1 for ALAP, 1 for ASAP. | 31 | - bit 11-8: FIFO configuration. 0 for half FIFO, 1 for ALAP, 2 for ASAP. |
32 | 32 | ||
33 | Example: | 33 | Example: |
34 | 34 | ||