On Sun, 28 Mar 2021 19:37:48 +0200, Lorenzo Bianconi wrote: > Convert mt76 dts bindings from .txt to .yaml > > Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > --- > Changes since v3: > - do not repost patch 1/2 > - use additionalProperties instead of unevaluatedProperties > - just use 'ieee80211-freq-limit: true' > > Changes since v2: > - add myself as ieee80211.yaml maintainer > - add Ryder as mt76.yaml maintainer > - fix led node in mt76.yaml > - fix ieee80211.yaml refernce in mt76.yaml > - fix ieee80211-freq-limit property in ieee80211.yaml > > Changes since v1: > - introduce ieee80211.yaml bindings > - remove unnecessary properties in mt76.yaml > --- > .../bindings/net/wireless/mediatek,mt76.txt | 78 ----------- > .../bindings/net/wireless/mediatek,mt76.yaml | 121 ++++++++++++++++++ > 2 files changed, 121 insertions(+), 78 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/wireless/mediatek,mt76.txt > create mode 100644 Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>