On Thu, 23 Sep 2021 22:20:29 +0200, Christian Lamparter wrote: > This replaces the existing .txt binding file. Furthermore, this > also helps with validating DTS files. > > Introduced binding changes: > 1. added inherited mac-address nvmem property > 2. added inherited ieee80211-freq-limit property > 3. added new calibration nvmem property > 4. added second example (taken from the Netgear WNDR3700v2) > Reason: Setting qca,no-eeprom; takes presedence over > nvmem-cells. I think a different example is needed, > because the driver can only reads from one calibration > source per device. > 5. (re-added) chip list (based on data from ath9k's pci.c) > > Added binding .yaml to MAINTAINERS. > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: Christian Lamparter <chunkeey@xxxxxxxxx> > > --- > v1 -> v2: > - added second example (pci device - AR9220) > - added commented chip list from the qca,ath9k.txt+ath9k's pci.c > > v2 -> v3: > - forgot to include patch version in tag. Oops. > (Please ignore the v2 with the missing v2 I just sent.) > > (I hope my changes didn't invalidate Rob's review there. > I did run "make dt_binding_check" and no warning/error > came up.) > --- > .../bindings/net/wireless/qca,ath9k.txt | 48 ---------- > .../bindings/net/wireless/qca,ath9k.yaml | 90 +++++++++++++++++++ > MAINTAINERS | 1 + > 3 files changed, 91 insertions(+), 48 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/wireless/qca,ath9k.txt > create mode 100644 Documentation/devicetree/bindings/net/wireless/qca,ath9k.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: ./Documentation/devicetree/bindings/net/wireless/qca,ath9k.yaml:23:21: [error] syntax error: found character '\t' that cannot start any token (syntax) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1531944 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit.