summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2023-06-19 11:29:06 +0200
committerMiquel Raynal <miquel.raynal@bootlin.com>2023-06-22 23:05:18 +0200
commit711be9c35a1a6c3d1303f9cbacb98580bcabbb71 (patch)
tree0d7ac14475ca3ea133593dafef956ea1c4d0315e
parent7578bb1f9273aa47d540f71fef446118821784b1 (diff)
downloadlinux-stable-711be9c35a1a6c3d1303f9cbacb98580bcabbb71.tar.gz
linux-stable-711be9c35a1a6c3d1303f9cbacb98580bcabbb71.tar.bz2
linux-stable-711be9c35a1a6c3d1303f9cbacb98580bcabbb71.zip
dt-bindings: mtd: ingenic: Prevent NAND chip unevaluated properties
List all the possible properties in the NAND chip as per the example and set unevaluatedProperties to false in the NAND chip section. Cc: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/linux-mtd/20230619092916.3028470-8-miquel.raynal@bootlin.com
-rw-r--r--Documentation/devicetree/bindings/mtd/ingenic,nand.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/ingenic,nand.yaml b/Documentation/devicetree/bindings/mtd/ingenic,nand.yaml
index a7bdb5d3675c..b9312ebefeb9 100644
--- a/Documentation/devicetree/bindings/mtd/ingenic,nand.yaml
+++ b/Documentation/devicetree/bindings/mtd/ingenic,nand.yaml
@@ -39,7 +39,9 @@ properties:
patternProperties:
"^nand@[a-f0-9]$":
type: object
+ $ref: raw-nand-chip.yaml
properties:
+
rb-gpios:
description: GPIO specifier for the busy pin.
maxItems: 1
@@ -48,6 +50,8 @@ patternProperties:
description: GPIO specifier for the write-protect pin.
maxItems: 1
+ unevaluatedProperties: false
+
required:
- compatible
- reg