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

dt-bindings: mtd: ti, gpmc-nand: support partitions node

Allow fixed-partitions to be specified through a partitions
node.

Fixes the below dtbs_check warning:

arch/arm64/boot/dts/ti/k3-am642-evm-nand.dtb: nand@0,0: Unevaluated properties are not allowed ('partitions' was unexpected)

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240903-gpmc-dtb-v2-1-8046c1915b96@kernel.org

authored by

Roger Quadros and committed by
Miquel Raynal
d53c3593 2073ae37

+1 -4
+1 -4
Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml
··· 61 61 GPIO connection to R/B signal from NAND chip 62 62 maxItems: 1 63 63 64 - patternProperties: 65 - "@[0-9a-f]+$": 66 - $ref: /schemas/mtd/partitions/partition.yaml 67 - 68 64 allOf: 69 65 - $ref: /schemas/memory-controllers/ti,gpmc-child.yaml 66 + - $ref: mtd.yaml# 70 67 71 68 required: 72 69 - compatible