Skip to content

Commit 499a4b1

Browse files
robherringmiquelraynal
authored andcommitted
dt-bindings: mtd: arasan,nand-controller: Ensure all properties are defined
Device specific schemas should not allow undefined properties which is what 'unevaluatedProperties: true' allows. Fix this constraint. Signed-off-by: Rob Herring (Arm) <[email protected]> Acked-by: Michal Simek <[email protected]> Acked-by: Conor Dooley <[email protected]> Signed-off-by: Miquel Raynal <[email protected]>
1 parent 2014c95 commit 499a4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ required:
4242
- clock-names
4343
- interrupts
4444

45-
unevaluatedProperties: true
45+
unevaluatedProperties: false
4646

4747
examples:
4848
- |

0 commit comments

Comments
 (0)