diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2023-04-17 12:35:00 +0200 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2023-04-19 16:21:46 +0200 |
commit | ed09c61eb19d9889780c791cb316ac76468f5186 (patch) | |
tree | 308284a903232e39dc5a3202593b082ee21e1d3e /MAINTAINERS | |
parent | wifi: ath9k: fix per-packet TX-power cap for TPC (diff) | |
download | linux-ed09c61eb19d9889780c791cb316ac76468f5186.tar.xz linux-ed09c61eb19d9889780c791cb316ac76468f5186.zip |
dt-bindings: net: Convert ath10k to YAML
Convert the ath10k bindings to YAML.
Dropped properties that are absent at the current state of mainline:
- qcom,msi_addr
- qcom,msi_base
Somewhat based on the ath11k bindings.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20230406-topic-ath10k_bindings-v4-1-9f67a6bb0d56@linaro.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8d5bc223f305..c659e12e0c4f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17196,7 +17196,7 @@ S: Supported W: https://wireless.wiki.kernel.org/en/users/Drivers/ath10k T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git F: drivers/net/wireless/ath/ath10k/ -F: Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt +F: Documentation/devicetree/bindings/net/wireless/qcom,ath10k.yaml QUALCOMM ATHEROS ATH11K WIRELESS DRIVER M: Kalle Valo <kvalo@kernel.org> |