dt-bindings: mtd: document new "on-die" nand-ecc-mode

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Thu Jul 13 10:59:11 PDT 2017


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=85f94b5ef0eede10e7071f9e7e5b864ffad96d72
Commit:     85f94b5ef0eede10e7071f9e7e5b864ffad96d72
Parent:     1debdb96643a3344e7c231d49e89d97078bc2c45
Author:     Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
AuthorDate: Sat Apr 29 11:06:42 2017 +0200
Committer:  Boris Brezillon <boris.brezillon at free-electrons.com>
CommitDate: Mon May 15 13:18:24 2017 +0200

    dt-bindings: mtd: document new "on-die" nand-ecc-mode
    
    A number of NAND chips support a feature called on-die ECC, where the
    NAND chip itself is capable of doing error detection and correction. The
    new "on-die" value for nand-ecc-mode indicates that we want this
    functionality to be used.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
    Acked-by: Rob Herring <robh at kernel.org>
    Reviewed-by: Richard Weinberger <richard at nod.at>
    Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
---
 Documentation/devicetree/bindings/mtd/nand.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mtd/nand.txt b/Documentation/devicetree/bindings/mtd/nand.txt
index b056016..133f381 100644
--- a/Documentation/devicetree/bindings/mtd/nand.txt
+++ b/Documentation/devicetree/bindings/mtd/nand.txt
@@ -21,7 +21,7 @@ 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".
+		  "hw_oob_first", "on-die".
 		  Deprecated values:
 		  "soft_bch": use "soft" and nand-ecc-algo instead
 - nand-ecc-algo: string, algorithm of NAND ECC.



More information about the linux-mtd-cvs mailing list