On Fri, 11 Feb 2022 12:08:42 +0000, Corentin Labbe wrote: > Drop mtd/cortina,gemini-flash.txt since it is nearly already handled by > Documentation/devicetree/bindings/mtd/mtd-physmap.yaml. > > We add jedec-flash to list of compatible because one board (gemini-dlink-dns-313.dts) needs it. > See commit a10d862e585e ("ARM: dts: Fix the DNS-313 flash compatible") > The flash on the DNS-313 needs to be probed as JEDEC, it does not conform to the common CFI standard. > > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx> > --- > Change since v1 > - fixed typo in syscon > > Change since v2 > - Added reason of adding jedec-flash > > .../bindings/mtd/cortina,gemini-flash.txt | 24 ------------------- > .../devicetree/bindings/mtd/mtd-physmap.yaml | 18 +++++++++++++- > 2 files changed, 17 insertions(+), 25 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mtd/cortina,gemini-flash.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>