]> git.itanic.dy.fi Git - linux-stable/commit
dt-bindings: net: wireless: qca,ath9k: convert to the json-schema
authorChristian Lamparter <chunkeey@gmail.com>
Tue, 5 Oct 2021 13:55:54 +0000 (16:55 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 5 Oct 2021 14:28:24 +0000 (17:28 +0300)
commit57bb2398bd5fb202cd9688a13c685992737d4c16
tree2a44e4191b09d24ef51e9c37378a8ddc59023973
parent4925642d541278575ad1948c5924d71ffd57ef14
dt-bindings: net: wireless: qca,ath9k: convert to the json-schema

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@kernel.org>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210924223509.52525-1-chunkeey@gmail.com
Documentation/devicetree/bindings/net/wireless/qca,ath9k.txt [deleted file]
Documentation/devicetree/bindings/net/wireless/qca,ath9k.yaml [new file with mode: 0644]
MAINTAINERS