diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-04-22 07:23:14 -0400 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2016-05-05 17:55:14 -0400 |
commit | 32698aafc9f0c6373b240f15a91fefb65c55907c (patch) | |
tree | 70958c51bfc0b6a63d8cfb5cf8fa371157a5d68a | |
parent | ba4f46b28f87396d3270d05d8d0e08467471b7fb (diff) |
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@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
-rw-r--r-- | Documentation/devicetree/bindings/mtd/nand.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mtd/nand.txt b/Documentation/devicetree/bindings/mtd/nand.txt index 5ac4ab75ea0c..68342eac2383 100644 --- a/Documentation/devicetree/bindings/mtd/nand.txt +++ b/Documentation/devicetree/bindings/mtd/nand.txt | |||
@@ -20,8 +20,10 @@ Optional NAND controller properties | |||
20 | Optional NAND chip properties: | 20 | Optional NAND chip properties: |
21 | 21 | ||
22 | - nand-ecc-mode : String, operation mode of the NAND ecc mode. | 22 | - nand-ecc-mode : String, operation mode of the NAND ecc mode. |
23 | Supported values are: "none", "soft", "hw", "hw_syndrome", "hw_oob_first", | 23 | Supported values are: "none", "soft", "hw", "hw_syndrome", |
24 | "soft_bch". | 24 | "hw_oob_first". |
25 | Deprecated values: | ||
26 | "soft_bch": use "soft" and nand-ecc-algo instead | ||
25 | - nand-ecc-algo: string, algorithm of NAND ECC. | 27 | - nand-ecc-algo: string, algorithm of NAND ECC. |
26 | Supported values are: "hamming", "bch". | 28 | Supported values are: "hamming", "bch". |
27 | - nand-bus-width : 8 or 16 bus width if not present 8 | 29 | - nand-bus-width : 8 or 16 bus width if not present 8 |