On Tue, 02 Feb 2021 11:53:39 -0600, Rob Herring wrote: > Convert the SPI-NOR binding to DT schema format. Like other memory chips, > the compatible strings are a mess with vendor prefixes not being used > consistently and some compatibles not documented. The resulting schema > passes on 'compatible' checks for most in tree users with the exception > of some oddballs. > > I dropped the 'm25p.*-nonjedec' compatible strings as these don't appear > to be used anywhere. > > Cc: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > Cc: Richard Weinberger <richard@xxxxxx> > Cc: Vignesh Raghavendra <vigneshr@xxxxxx> > Cc: linux-mtd@xxxxxxxxxxxxxxxxxxx > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > .../devicetree/bindings/mtd/jedec,spi-nor.txt | 91 ---------------- > .../bindings/mtd/jedec,spi-nor.yaml | 102 ++++++++++++++++++ > 2 files changed, 102 insertions(+), 91 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt > create mode 100644 Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml > Applied, thanks!