dt-bindings: mtd: nand-chip: Create a NAND chip description
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 16 Dec 2021 11:16:30 +0000 (12:16 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Sun, 23 Jan 2022 11:36:19 +0000 (12:36 +0100)
commit751f204a6fe6fd4a856315071c7cc9d8cf9e504d
treed8e5723360e8ebae59769c30bca5e3e951c021cd
parentf0dcb5bd56ee7cf7fcca123d5df51b201d1c9e9b
dt-bindings: mtd: nand-chip: Create a NAND chip description

Move the NAND chip description out of the NAND controller file. Indeed,
a subsequent part of the properties supported by a raw NAND chip are
also supported by SPI-NAND chips. So let's create a generic NAND chip
description which will be pulled by nand-controller.yaml and later by
spi-nand.yaml as well.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/linux-mtd/20211216111654.238086-5-miquel.raynal@bootlin.com
Documentation/devicetree/bindings/mtd/nand-chip.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/mtd/nand-controller.yaml