Commit d028c1cf authored by Miquel Raynal's avatar Miquel Raynal

dt-bindings: mtd: rockchip: 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: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/linux-mtd/20230619092916.3028470-14-miquel.raynal@bootlin.com
parent 1dcd3142
...@@ -57,6 +57,7 @@ properties: ...@@ -57,6 +57,7 @@ properties:
patternProperties: patternProperties:
"^nand@[0-7]$": "^nand@[0-7]$":
type: object type: object
$ref: raw-nand-chip.yaml
properties: properties:
reg: reg:
minimum: 0 minimum: 0
...@@ -116,6 +117,8 @@ patternProperties: ...@@ -116,6 +117,8 @@ patternProperties:
Only used in combination with 'nand-is-boot-medium'. Only used in combination with 'nand-is-boot-medium'.
unevaluatedProperties: false
required: required:
- compatible - compatible
- reg - reg
......
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