diff options
author | Icenowy Zheng <icenowy@aosc.xyz> | 2016-06-20 12:48:37 +0800 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2016-07-11 08:40:17 +0200 |
commit | 7f657279a6de28573f13420840b2de3e04131d04 (patch) | |
tree | bc5515668a1a021a6859002d7ab5f98a6d2b91af /Documentation | |
parent | 37987ba4d15f13082d9f3ea6802f6b8bce89695f (diff) | |
download | linux-stable-7f657279a6de28573f13420840b2de3e04131d04.tar.gz linux-stable-7f657279a6de28573f13420840b2de3e04131d04.tar.bz2 linux-stable-7f657279a6de28573f13420840b2de3e04131d04.zip |
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>
Diffstat (limited to 'Documentation')
-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: Children nodes represent the available nand chips. Optional properties: +- reset : phandle + reset specifier pair +- reset-names : must contain "ahb" - allwinner,rb : shall contain the native Ready/Busy ids. or - rb-gpios : shall contain the gpios used as R/B pins. |