diff options
author | Stefan Roese <sr@denx.de> | 2014-11-27 15:18:49 +0100 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-12-22 12:58:24 -0800 |
commit | ed0215cc3b5292fc0f4af70e29dc61fa2d0aa76c (patch) | |
tree | 26ac89769f349d3e817a5a774fc6927e19368b3a /Documentation/devicetree | |
parent | c96736092464cd653a7cada7f4e3ca1df656a760 (diff) | |
download | blackbird-op-linux-ed0215cc3b5292fc0f4af70e29dc61fa2d0aa76c.tar.gz blackbird-op-linux-ed0215cc3b5292fc0f4af70e29dc61fa2d0aa76c.zip |
mtd: gpmi: Remove "We support only one NAND chip" from bindings doc
This sentence "We support only one NAND chip now" is not true any more.
Multiple chips are supported. So lets remove this sentence to not
confuse anyone.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Huang Shijie <b32955@freescale.com>
Cc: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/gpmi-nand.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/gpmi-nand.txt b/Documentation/devicetree/bindings/mtd/gpmi-nand.txt index a011fdf61dbf..d02acaff3c35 100644 --- a/Documentation/devicetree/bindings/mtd/gpmi-nand.txt +++ b/Documentation/devicetree/bindings/mtd/gpmi-nand.txt @@ -1,7 +1,7 @@ * Freescale General-Purpose Media Interface (GPMI) The GPMI nand controller provides an interface to control the -NAND flash chips. We support only one NAND chip now. +NAND flash chips. Required properties: - compatible : should be "fsl,<chip>-gpmi-nand" |