On Wed, Oct 20, 2021 at 04:27:55PM +0200, Miquel Raynal wrote: > Let's get rid of spi-nand.txt by converting it to yaml schema. While at > converting this file, let's actually pull all the generic properties > from nand-chip.yaml which might apply to a SPI-NAND chip. > > Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > --- > .../devicetree/bindings/mtd/spi-nand.txt | 5 ---- > .../devicetree/bindings/mtd/spi-nand.yaml | 27 +++++++++++++++++++ > 2 files changed, 27 insertions(+), 5 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mtd/spi-nand.txt > create mode 100644 Documentation/devicetree/bindings/mtd/spi-nand.yaml Reviewed-by: Rob Herring <robh@xxxxxxxxxx>