On Fri, 23 Jul 2021 17:23:56 +0200, Linus Walleij wrote: > This removes the old plaintext Gemini binding and replace it > with a YAML schema, adding some new boards in the process. > While we are at it, add the missing vendors to the vendor > prefix file. > > Drop the overly deliberate description of subnodes and the big > example from the old document. Keep the elaborate description. > > I noticed that "wiliboard" is not a real vendor, the vendor > is named "wiligear" so deprecated this and replaced with the > proper vendor. > > Cc: Corentin Labbe <clabbe@xxxxxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > Rob: maybe it's best that you apply this directly to the bindings > tree so the vendors file is kept in check. > --- > .../devicetree/bindings/arm/gemini.txt | 108 ------------------ > .../devicetree/bindings/arm/gemini.yaml | 95 +++++++++++++++ > .../devicetree/bindings/vendor-prefixes.yaml | 10 ++ > 3 files changed, 105 insertions(+), 108 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/gemini.txt > create mode 100644 Documentation/devicetree/bindings/arm/gemini.yaml > Applied, thanks!