Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32698aaf authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Boris Brezillon
Browse files

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: default avatarRafał Miłecki <zajec5@gmail.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
parent ba4f46b2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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