On Sun, 20 Jun 2021 23:07:41 +0200, Marek Vasut wrote: > Convert the Micrel KSZ8851 DT bindings to YAML schema. > > Signed-off-by: Marek Vasut <marex@xxxxxxx> > Cc: Andrew Lunn <andrew@xxxxxxx> > Cc: David S. Miller <davem@xxxxxxxxxxxxx> > Cc: Lukas Wunner <lukas@xxxxxxxxx> > Cc: Petr Stetiar <ynezz@xxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: linux@xxxxxxxxxxxxxxxxxx > Cc: netdev@xxxxxxxxxxxxxxx > To: devicetree@xxxxxxxxxxxxxxx > --- > V2: - Explicitly state the bindings are for both SPI and parallel bus options > - Switch the license to (GPL-2.0-only OR BSD-2-Clause) > V3: - Drop quotes, use enum: instead of oneOf+const > - Add reg: items list describing what each reg entry is > - Drop regulator.yaml reference > --- > .../bindings/net/micrel,ks8851.yaml | 97 +++++++++++++++++++ > .../devicetree/bindings/net/micrel-ks8851.txt | 18 ---- > 2 files changed, 97 insertions(+), 18 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/micrel,ks8851.yaml > delete mode 100644 Documentation/devicetree/bindings/net/micrel-ks8851.txt > Applied, thanks!