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: Add missing 'rb-gpios'

With 'unevaluatedProperties' support implemented, the TI GPMC example
has a warning:

Documentation/devicetree/bindings/memory-controllers/ti,gpmc.example.dt.yaml: nand@0,0: Unevaluated properties are not allowed ('rb-gpios' was unexpected)

Add the missing definition for 'rb-gpios'.

Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: Vignesh Raghavendra <vigneshr@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Roger Quadros <rogerq@kernel.org>
Cc: linux-mtd@lists.infradead.org
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20211206174209.2297565-1-robh@kernel.org

authored by

Rob Herring and committed by
Miquel Raynal
c14e281a df87a1ef

+5
+5
Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml
··· 53 53 enum: [8, 16] 54 54 default: 8 55 55 56 + rb-gpios: 57 + description: 58 + GPIO connection to R/B signal from NAND chip 59 + maxItems: 1 60 + 56 61 patternProperties: 57 62 "@[0-9a-f]+$": 58 63 $ref: "/schemas/mtd/partitions/partition.yaml"