mbox series

[0/5] sms911x: DTS fixes and DT binding to json-schema conversion

Message ID cover.1621518686.git.geert+renesas@glider.be
Headers show
Series sms911x: DTS fixes and DT binding to json-schema conversion | expand

Message

Geert Uytterhoeven May 20, 2021, 1:58 p.m. UTC
Hi all,

This patch series converts the Smart Mixed-Signal Connectivity (SMSC)
LAN911x/912x Controller Device Tree binding documentation to
json-schema, after fixing a few issues in DTS files.

Thanks for your comments!

Geert Uytterhoeven (5):
  ARM: dts: i.MX51: digi-connectcore-som: Correct Ethernet node name
  ARM: dts: imx53-ard: Correct Ethernet node name
  ARM: dts: qcom-apq8060: Correct Ethernet node name and drop bogus irq
    property
  MIPS: SEAD3: Correct Ethernet node name
  dt-bindings: net: sms911x: Convert to json-schema

 .../devicetree/bindings/net/gpmc-eth.txt      |   2 +-
 .../devicetree/bindings/net/smsc,lan9115.yaml | 107 ++++++++++++++++++
 .../devicetree/bindings/net/smsc911x.txt      |  43 -------
 .../boot/dts/imx51-digi-connectcore-som.dtsi  |   2 +-
 arch/arm/boot/dts/imx53-ard.dts               |   2 +-
 .../arm/boot/dts/qcom-apq8060-dragonboard.dts |   4 +-
 arch/mips/boot/dts/mti/sead3.dts              |   2 +-
 7 files changed, 112 insertions(+), 50 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/smsc,lan9115.yaml
 delete mode 100644 Documentation/devicetree/bindings/net/smsc911x.txt