All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: dt: mtd: drop "soft_bch" from example
@ 2016-05-25  3:45 ` Baruch Siach
  0 siblings, 0 replies; 10+ messages in thread
From: Baruch Siach @ 2016-05-25  3:45 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris
  Cc: linux-mtd, devicetree, Baruch Siach, Rafał Miłecki

Commit 32698aafc9f0 (Documentation: devicetree: deprecate "soft_bch"
nand-ecc-mode value, 2016-04-22) deprecated "soft_bch". Update the example to
match.

Cc: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 Documentation/devicetree/bindings/mtd/nand.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 */
 		};
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-05-27 16:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-25  3:45 [PATCH] Documentation: dt: mtd: drop "soft_bch" from example Baruch Siach
2016-05-25  3:45 ` Baruch Siach
2016-05-25  7:26 ` Rafał Miłecki
2016-05-25  7:26   ` Rafał Miłecki
2016-05-25 19:02 ` Rob Herring
2016-05-25 19:02   ` Rob Herring
2016-05-27 13:31 ` Boris Brezillon
2016-05-27 13:31   ` Boris Brezillon
2016-05-27 16:58   ` Brian Norris
2016-05-27 16:58     ` Brian Norris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.