From: Baruch Siach Date: Wed, 25 May 2016 03:45:10 +0000 (+0300) Subject: Documentation: dt: mtd: drop "soft_bch" from example X-Git-Tag: v4.7-rc1~28^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=507e617440d70bc4269daac1b0ee96671bf2761a;p=karo-tx-linux.git Documentation: dt: mtd: drop "soft_bch" from example Commit 32698aafc9f0 (Documentation: devicetree: deprecate "soft_bch" nand-ecc-mode value, 2016-04-22) deprecated "soft_bch". Update the example to match. Signed-off-by: Baruch Siach Acked-by: Rafał Miłecki Acked-by: Rob Herring Acked-by: Boris Brezillon Signed-off-by: Brian Norris --- diff --git a/Documentation/devicetree/bindings/mtd/nand.txt b/Documentation/devicetree/bindings/mtd/nand.txt index 68342eac2383..3733300de8dd 100644 --- a/Documentation/devicetree/bindings/mtd/nand.txt +++ b/Documentation/devicetree/bindings/mtd/nand.txt @@ -53,7 +53,8 @@ Example: nand@0 { reg = <0>; - nand-ecc-mode = "soft_bch"; + nand-ecc-mode = "soft"; + nand-ecc-algo = "bch"; /* controller specific properties */ };