On Fri, Sep 17, 2021 at 06:46:36PM +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
Added binding .yaml to MAINTAINERS.
Signed-off-by: Christian Lamparter <redacted>
---
Q: Is there a way to encode the pci-id device value to the
specific chip? This is because the qca,ath9k.txt had this
nice list:
- 002e for AR9287
- 0030 for AR9380, AR9381 and AR9382
- 0032 for AR9485
You can add a comment after each compatible value.
I would like to preserve this information.
Thanks,
Christian
---
.../bindings/net/wireless/qca,ath9k.txt | 48 -----------
.../bindings/net/wireless/qca,ath9k.yaml | 82 +++++++++++++++++++
MAINTAINERS | 1 +
3 files changed, 83 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
Reviewed-by: Rob Herring <robh@kernel.org>