Skip to content

Commit d53c359

Browse files
rogerqmiquelraynal
authored andcommitted
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 <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
1 parent 2073ae3 commit d53c359

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,9 @@ properties:
6161
GPIO connection to R/B signal from NAND chip
6262
maxItems: 1
6363

64-
patternProperties:
65-
"@[0-9a-f]+$":
66-
$ref: /schemas/mtd/partitions/partition.yaml
67-
6864
allOf:
6965
- $ref: /schemas/memory-controllers/ti,gpmc-child.yaml
66+
- $ref: mtd.yaml#
7067

7168
required:
7269
- compatible

0 commit comments

Comments
 (0)