public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: dt: mtd: drop "soft_bch" from example
@ 2016-05-25  3:45 Baruch Siach
       [not found] ` <a206ce4cabf9ba8d376241fc23e9973f6db2443b.1464147910.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2016-05-25  3:45 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris
  Cc: linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA, 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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Signed-off-by: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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

Thread overview: 5+ 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
     [not found] ` <a206ce4cabf9ba8d376241fc23e9973f6db2443b.1464147910.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
2016-05-25  7:26   ` Rafał Miłecki
2016-05-25 19:02   ` Rob Herring
2016-05-27 13:31   ` Boris Brezillon
2016-05-27 16:58     ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox