On Wed, 21 Jul 2021 16:03:57 +0200, Maxime Ripard wrote: > The ESP8089 Wireless Chip is supported by Linux (through an out-of-tree > driver) thanks to its device tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> > Cc: de Goede <hdegoede@xxxxxxxxxx> > Cc: Jakub Kicinski <kuba@xxxxxxxxxx> > Cc: Kalle Valo <kvalo@xxxxxxxxxxxxxx> > Cc: linux-wireless@xxxxxxxxxxxxxxx > Cc: netdev@xxxxxxxxxxxxxxx > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../bindings/net/wireless/esp,esp8089.txt | 30 ------------- > .../bindings/net/wireless/esp,esp8089.yaml | 43 +++++++++++++++++++ > 2 files changed, 43 insertions(+), 30 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/wireless/esp,esp8089.txt > create mode 100644 Documentation/devicetree/bindings/net/wireless/esp,esp8089.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>