diff options
| author | Boris Brezillon <[email protected]> | 2016-04-15 15:10:31 +0200 |
|---|---|---|
| committer | Boris Brezillon <[email protected]> | 2016-06-06 13:48:34 +0200 |
| commit | 5c72ae1dbb5348fd465a472a67d170ea5416fe4f (patch) | |
| tree | d1886e00e7c499e0953748426fff14e59aa5d161 | |
| parent | 614049a8d9048756bde4531cd1065b491c1af275 (diff) | |
mtd: nand: sunxi: update DT bindings
Document dmas and dma-names properties.
Signed-off-by: Boris Brezillon <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Signed-off-by: Boris Brezillon <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/mtd/sunxi-nand.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/sunxi-nand.txt b/Documentation/devicetree/bindings/mtd/sunxi-nand.txt index 086d6f44c4b9..6fdf8f604b39 100644 --- a/Documentation/devicetree/bindings/mtd/sunxi-nand.txt +++ b/Documentation/devicetree/bindings/mtd/sunxi-nand.txt @@ -11,6 +11,10 @@ Required properties: * "ahb" : AHB gating clock * "mod" : nand controller clock +Optional properties: +- dmas : shall reference DMA channel associated to the NAND controller. +- dma-names : shall be "rxtx". + Optional children nodes: Children nodes represent the available nand chips. |