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@denx.de>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: David S. Miller <davem@davemloft.net>
Cc: Lukas Wunner <lukas@wunner.de>
Cc: Petr Stetiar <redacted>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: linux@dh-electronics.com
Cc: netdev@vger.kernel.org
To: devicetree@vger.kernel.org
---
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!