Documentation: devicetree: deprecate "soft_bch" nand-ecc-mode value

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon May 23 21:59:25 PDT 2016


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=32698aafc9f0c6373b240f15a91fefb65c55907c
Commit:     32698aafc9f0c6373b240f15a91fefb65c55907c
Parent:     ba4f46b28f87396d3270d05d8d0e08467471b7fb
Author:     Rafał Miłecki <zajec5 at gmail.com>
AuthorDate: Fri Apr 22 13:23:14 2016 +0200
Committer:  Boris Brezillon <boris.brezillon at free-electrons.com>
CommitDate: Thu May 5 23:55:14 2016 +0200

    Documentation: devicetree: deprecate "soft_bch" nand-ecc-mode value
    
    Now that we support nand-ecc-algo property it should be used together
    with "soft" to specify software BCH ECC.
    
    Signed-off-by: Rafał Miłecki <zajec5 at gmail.com>
    Acked-by: Rob Herring <robh at kernel.org>
    Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
---
 Documentation/devicetree/bindings/mtd/nand.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mtd/nand.txt b/Documentation/devicetree/bindings/mtd/nand.txt
index 5ac4ab7..68342ea 100644
--- a/Documentation/devicetree/bindings/mtd/nand.txt
+++ b/Documentation/devicetree/bindings/mtd/nand.txt
@@ -20,8 +20,10 @@ Optional NAND controller properties
 Optional NAND chip properties:
 
 - nand-ecc-mode : String, operation mode of the NAND ecc mode.
-  Supported values are: "none", "soft", "hw", "hw_syndrome", "hw_oob_first",
-  "soft_bch".
+		  Supported values are: "none", "soft", "hw", "hw_syndrome",
+		  "hw_oob_first".
+		  Deprecated values:
+		  "soft_bch": use "soft" and nand-ecc-algo instead
 - nand-ecc-algo: string, algorithm of NAND ECC.
 		 Supported values are: "hamming", "bch".
 - nand-bus-width : 8 or 16 bus width if not present 8



More information about the linux-mtd-cvs mailing list