Commit badb37f1 authored by Paul Cercueil's avatar Paul Cercueil Committed by Miquel Raynal

dt-bindings: mtd: ingenic: Use standard ecc-engine property

The 'ingenic,bch-controller' property is now deprecated and the
'ecc-engine' property should be used instead.
Signed-off-by: default avatarPaul Cercueil <paul@crapouillou.net>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent 057c319a
...@@ -14,7 +14,7 @@ Required NAND controller device properties: ...@@ -14,7 +14,7 @@ Required NAND controller device properties:
an offset of 0 and a size of 0x1000000 (i.e. the whole NEMC bank). an offset of 0 and a size of 0x1000000 (i.e. the whole NEMC bank).
Optional NAND controller device properties: Optional NAND controller device properties:
- ingenic,bch-controller: To make use of the hardware ECC controller, this - ecc-engine: To make use of the hardware ECC controller, this
property must contain a phandle for the ECC controller node. The required property must contain a phandle for the ECC controller node. The required
properties for this node are described below. If this is not specified, properties for this node are described below. If this is not specified,
software ECC will be used instead. software ECC will be used instead.
...@@ -48,7 +48,7 @@ nemc: nemc@13410000 { ...@@ -48,7 +48,7 @@ nemc: nemc@13410000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
ingenic,bch-controller = <&bch>; ecc-engine = <&bch>;
nand@1 { nand@1 {
reg = <1>; reg = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment