Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mtd: ti,am654: Prevent unevaluated properties

Reference mtd-physmap.yaml which contains all the relevant properties
for this device. Add "unevaluatedProperties: false" to avoid any
spurious addition of random properties.

Cc: Vignesh Raghavendra <vigneshr@ti.com>
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-18-miquel.raynal@bootlin.com

+2
+2
Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml
··· 30 30 patternProperties: 31 31 "^flash@[0-1],[0-9a-f]+$": 32 32 type: object 33 + $ref: mtd-physmap.yaml 34 + unevaluatedProperties: false 33 35 34 36 required: 35 37 - compatible