public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] add firmware-name device tree property for ath11k
@ 2024-10-01  3:30 Miaoqing Pan
  2024-10-01  3:30 ` [PATCH 1/2] dt-bindings: net: wireless: ath11k: add firmware-name property Miaoqing Pan
  2024-10-01  3:30 ` [PATCH 2/2] wifi: ath11k: add firmware-name device tree property Miaoqing Pan
  0 siblings, 2 replies; 8+ messages in thread
From: Miaoqing Pan @ 2024-10-01  3:30 UTC (permalink / raw)
  To: kvalo
  Cc: quic_jjohnson, ath11k, linux-wireless, devicetree, linux-kernel,
	Miaoqing Pan

QCA6698AQ uses different firmware/bdf/regdb with existing WCN6855
firmware, which is customized for IoE platforms. And the 'pci-device-id +
soc-hw-version + soc-hw-sub-version' may not be enough to identify the
correct firmware directory path.

The device tree allows "firmware-name" to define the firmware path,
    wifi@c000000 {
        firmware-name = "QCA6698AQ";
        status = "okay";
    };

Signed-off-by: Miaoqing Pan <quic_miaoqing@quicinc.com>
---

Miaoqing Pan (2):
  dt-bindings: net: wireless: ath11k: add firmware-name property
  wifi: ath11k: add firmware-name device tree property

 .../bindings/net/wireless/qcom,ath11k.yaml           |  7 +++++++
 drivers/net/wireless/ath/ath11k/core.c               | 12 ++++++++++++
 drivers/net/wireless/ath/ath11k/core.h               | 11 +++--------
 3 files changed, 22 insertions(+), 8 deletions(-)


base-commit: 8ed36fe71fd60c851540839b105fd1fddc870c61
-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-10-22 15:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-01  3:30 [PATCH 0/2] add firmware-name device tree property for ath11k Miaoqing Pan
2024-10-01  3:30 ` [PATCH 1/2] dt-bindings: net: wireless: ath11k: add firmware-name property Miaoqing Pan
2024-10-01 16:30   ` Conor Dooley
2024-10-01  3:30 ` [PATCH 2/2] wifi: ath11k: add firmware-name device tree property Miaoqing Pan
2024-10-22  9:57   ` Dmitry Baryshkov
2024-10-22 10:20     ` Miaoqing Pan
2024-10-22 13:55       ` Dmitry Baryshkov
2024-10-22 15:58       ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox