diff options
author | Icenowy Zheng <icenowy@aosc.xyz> | 2016-06-20 00:48:37 -0400 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2016-07-11 02:40:17 -0400 |
commit | 7f657279a6de28573f13420840b2de3e04131d04 (patch) | |
tree | bc5515668a1a021a6859002d7ab5f98a6d2b91af | |
parent | 37987ba4d15f13082d9f3ea6802f6b8bce89695f (diff) |
mtd: nand: sunxi: update DT bindings
Document the reset lines
Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
-rw-r--r-- | Documentation/devicetree/bindings/mtd/sunxi-nand.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/sunxi-nand.txt b/Documentation/devicetree/bindings/mtd/sunxi-nand.txt index 6fdf8f604b39..f322f56aef74 100644 --- a/Documentation/devicetree/bindings/mtd/sunxi-nand.txt +++ b/Documentation/devicetree/bindings/mtd/sunxi-nand.txt | |||
@@ -19,6 +19,8 @@ Optional children nodes: | |||
19 | Children nodes represent the available nand chips. | 19 | Children nodes represent the available nand chips. |
20 | 20 | ||
21 | Optional properties: | 21 | Optional properties: |
22 | - reset : phandle + reset specifier pair | ||
23 | - reset-names : must contain "ahb" | ||
22 | - allwinner,rb : shall contain the native Ready/Busy ids. | 24 | - allwinner,rb : shall contain the native Ready/Busy ids. |
23 | or | 25 | or |
24 | - rb-gpios : shall contain the gpios used as R/B pins. | 26 | - rb-gpios : shall contain the gpios used as R/B pins. |