[PATCH v2 03/17] dt-bindings: mtd: Mark nand-ecc-placement deprecated
Miquel Raynal
miquel.raynal at bootlin.com
Tue Jun 6 10:52:32 PDT 2023
The nand-ecc-placement property has been deprecated for a long time
already, it does not really mean something useful for the ECC engines
and is anyway in the vast majority of cases totally useless. Just mark
it deprecated to avoid appealing people to use it.
Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
Documentation/devicetree/bindings/mtd/raw-nand-chip.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/mtd/raw-nand-chip.yaml b/Documentation/devicetree/bindings/mtd/raw-nand-chip.yaml
index 81b77ee6fb88..0b220e99450d 100644
--- a/Documentation/devicetree/bindings/mtd/raw-nand-chip.yaml
+++ b/Documentation/devicetree/bindings/mtd/raw-nand-chip.yaml
@@ -39,6 +39,7 @@ properties:
bytes will be interleaved with regular data in the main area.
$ref: /schemas/types.yaml#/definitions/string
enum: [ oob, interleaved ]
+ deprecated: true
nand-bus-width:
description:
--
2.34.1
More information about the linux-mtd
mailing list