Skip to content

Commit

Permalink
mtd: nand: pxa3xx: add optional dma for pxa architecture
Browse files Browse the repository at this point in the history
The PXA architecture provides a DMA to pump data from the nand
controller to memory and the other way around. Add it to the binding
description.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Robert Jarzmik authored and Rob Herring committed Sep 1, 2015
1 parent 472204f commit 9d6f85d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Required properties:

Optional properties:

- dmas: dma data channel, see dma.txt binding doc
- marvell,nand-enable-arbiter: Set to enable the bus arbiter
- marvell,nand-keep-config: Set to keep the NAND controller config as set
by the bootloader
Expand All @@ -32,6 +33,8 @@ Example:
compatible = "marvell,pxa3xx-nand";
reg = <0x43100000 90>;
interrupts = <45>;
dmas = <&pdma 97 0>;
dma-names = "data";
#address-cells = <1>;

marvell,nand-enable-arbiter;
Expand Down

0 comments on commit 9d6f85d

Please sign in to comment.