[PATCH 1/2] dt-bindings: net: wireless: ath11k: add firmware-name property

Miaoqing Pan posted 2 patches 1 month, 4 weeks ago
[PATCH 1/2] dt-bindings: net: wireless: ath11k: add firmware-name property
Posted by Miaoqing Pan 1 month, 4 weeks ago
This is the same optional property that defined in qcom,ath10k.yaml. It's
useful for the platform / board to specify firmware through device-tree.

Signed-off-by: Miaoqing Pan <quic_miaoqing@quicinc.com>
---
 .../devicetree/bindings/net/wireless/qcom,ath11k.yaml      | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml
index ff5763dc66a8..2f9fa96cbed1 100644
--- a/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml
+++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml
@@ -1,5 +1,6 @@
 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 # Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
+# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k.yaml#
@@ -61,6 +62,12 @@ properties:
 
   ieee80211-freq-limit: true
 
+  firmware-name:
+    maxItems: 1
+    description:
+      If present, a board or platform specific string used to lookup firmware
+      files for the device.
+
   wifi-firmware:
     type: object
     description: |
-- 
2.25.1
Re: [PATCH 1/2] dt-bindings: net: wireless: ath11k: add firmware-name property
Posted by Conor Dooley 1 month, 3 weeks ago
On Tue, Oct 01, 2024 at 11:30:51AM +0800, Miaoqing Pan wrote:
> This is the same optional property that defined in qcom,ath10k.yaml. It's
> useful for the platform / board to specify firmware through device-tree.
> 
> Signed-off-by: Miaoqing Pan <quic_miaoqing@quicinc.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>