diff options
| author | Roger Quadros <[email protected]> | 2024-09-03 19:29:57 +0300 |
|---|---|---|
| committer | Miquel Raynal <[email protected]> | 2024-09-09 11:52:05 +0200 |
| commit | d53c35931b95b707df3b6cff061ff975843837d5 (patch) | |
| tree | bc58bff10c5f913d144137b7aaea5b0ed039606a | |
| parent | 2073ae37d550ea32e8545edaa94ef10b4fef7235 (diff) | |
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]
| -rw-r--r-- | Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml b/Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml index 115682fa81b7..00540302bcae 100644 --- a/Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml +++ b/Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml @@ -61,12 +61,9 @@ properties: GPIO connection to R/B signal from NAND chip maxItems: 1 -patternProperties: - "@[0-9a-f]+$": - $ref: /schemas/mtd/partitions/partition.yaml - allOf: - $ref: /schemas/memory-controllers/ti,gpmc-child.yaml + - $ref: mtd.yaml# required: - compatible |