[PATCH 3/3] dt-bindings: mtd: ingenic: Prevent NAND chip unevaluated properties
Miquel Raynal
miquel.raynal at bootlin.com
Tue Jun 6 03:30:57 PDT 2023
List all the possible properties in the NAND chip as per the example and
set unevaluatedProperties to false in the NAND chip section.
Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
.../devicetree/bindings/mtd/ingenic,nand.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/Documentation/devicetree/bindings/mtd/ingenic,nand.yaml b/Documentation/devicetree/bindings/mtd/ingenic,nand.yaml
index a7bdb5d3675c..facb44ebcaa6 100644
--- a/Documentation/devicetree/bindings/mtd/ingenic,nand.yaml
+++ b/Documentation/devicetree/bindings/mtd/ingenic,nand.yaml
@@ -40,6 +40,8 @@ patternProperties:
"^nand@[a-f0-9]$":
type: object
properties:
+ reg: true
+
rb-gpios:
description: GPIO specifier for the busy pin.
maxItems: 1
@@ -48,6 +50,15 @@ patternProperties:
description: GPIO specifier for the write-protect pin.
maxItems: 1
+ nand-ecc-step-size: true
+ nand-ecc-strength: true
+ nand-ecc-mode: true
+ nand-on-flash-bbt: true
+
+ partitions: true
+
+ unevaluatedProperties: false
+
required:
- compatible
- reg
--
2.34.1
More information about the linux-mtd
mailing list