diff options
author | Anilkumar Kolli <akolli@codeaurora.org> | 2020-09-08 07:55:31 +0000 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-09-11 12:56:00 +0300 |
commit | 7b5bd15d23c5690bf93a06dd2d4a2d0d137ef1f5 (patch) | |
tree | 1b3b5ce5081bf3e3fb5e19490db4d6e9f7c57115 /Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml | |
parent | af6d39db1b046a01e3406ed4976e5495e7ca7a10 (diff) |
dt: bindings: net: update compatible for ath11k
Add IPQ6018 wireless driver support,
its based on ath11k driver.
Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/010101746cb6751a-ca300933-1174-4534-a01b-b1dbf1c1f305-000000@us-west-2.amazonses.com
Diffstat (limited to 'Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml index a1717db36dba..4b365c9d9378 100644 --- a/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml +++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml @@ -17,7 +17,9 @@ description: | properties: compatible: - const: qcom,ipq8074-wifi + enum: + - qcom,ipq8074-wifi + - qcom,ipq6018-wifi reg: maxItems: 1 |