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

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: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/linux-mtd/20230619092916.3028470-14-miquel.raynal@bootlin.com

+3
+3
Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml
··· 57 57 patternProperties: 58 58 "^nand@[0-7]$": 59 59 type: object 60 + $ref: raw-nand-chip.yaml 60 61 properties: 61 62 reg: 62 63 minimum: 0 ··· 116 115 RK3326, PX30 117 116 118 117 Only used in combination with 'nand-is-boot-medium'. 118 + 119 + unevaluatedProperties: false 119 120 120 121 required: 121 122 - compatible