2019-07-03 03:57:53

by Govind Singh

[permalink] [raw]
Subject: [PATCH 1/3] dt: bindings: update compatible dt properties for WCN3990 wifi node

update compatible dt properties for WCN3990 wifi node to be
compatible across different MSM platforms.

Signed-off-by: Govind Singh <[email protected]>
---
Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
index ae661e65354e..baaa3f32ae44 100644
--- a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
+++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
@@ -5,6 +5,8 @@ Required properties:
* "qcom,ath10k"
* "qcom,ipq4019-wifi"
* "qcom,wcn3990-wifi"
+ * "qcom,sdm845-wcn39xx-wifi"
+ * "qcom,qcs40x-wcn39xx-wifi"

PCI based devices uses compatible string "qcom,ath10k" and takes calibration
data along with board specific data via "qcom,ath10k-calibration-data".
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


2019-07-23 08:22:06

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt: bindings: update compatible dt properties for WCN3990 wifi node

On Wed, 3 Jul 2019 09:27:09 +0530, Govind Singh wrote:
> update compatible dt properties for WCN3990 wifi node to be
> compatible across different MSM platforms.
>
> Signed-off-by: Govind Singh <[email protected]>
> ---
> Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt | 2 ++
> 1 file changed, 2 insertions(+)
>

Reviewed-by: Rob Herring <[email protected]>