ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] wifi: ath11k: support board-specific firmware overrides
@ 2024-10-24  0:25 Miaoqing Pan
  2024-10-24  0:25 ` [PATCH v2 1/2] dt-bindings: net: wireless: ath11k-pci: add firmware-name property Miaoqing Pan
  2024-10-24  0:25 ` [PATCH v2 2/2] wifi: ath11k: support board-specific firmware overrides Miaoqing Pan
  0 siblings, 2 replies; 20+ messages in thread
From: Miaoqing Pan @ 2024-10-24  0:25 UTC (permalink / raw)
  To: kvalo
  Cc: quic_jjohnson, ath11k, linux-wireless, dmitry.baryshkov,
	linux-arm-msm, Miaoqing Pan

QCA6698AQ IP core is the same as WCN6855 hw2.1, but it has different RF,
IPA, thermal, RAM size and etc, so new firmware files used. This change
allows board DT files to override the subdir of the firmware directory
used to lookup the amss.bin and m3.bin.

For example:

- ath11k/WCN6855/hw2.1/amss.bin,
  ath11k/WCN6855/hw2.1/m3.bin: main firmware files, used by default

- ath11k/WCN6855/hw2.1/qca6698aq/amss.bin,
  ath11k/WCN6855/hw2.1/qca6698aq/m3.bin

Signed-off-by: Miaoqing Pan <quic_miaoqing@quicinc.com>
---
v2: follow the approach that has been defined in the commit
5abf259772df ("wifi: ath10k: support board-specific firmware
overrides").
---

Miaoqing Pan (2):
  dt-bindings: net: wireless: ath11k-pci: add firmware-name property
  wifi: ath11k: support board-specific firmware overrides

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


base-commit: cd8aa3af7491a1f7a5b81e53dbe62a38433c2d4b
-- 
2.25.1



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

end of thread, other threads:[~2024-11-07 17:32 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-24  0:25 [PATCH v2 0/2] wifi: ath11k: support board-specific firmware overrides Miaoqing Pan
2024-10-24  0:25 ` [PATCH v2 1/2] dt-bindings: net: wireless: ath11k-pci: add firmware-name property Miaoqing Pan
2024-10-24  6:43   ` Krzysztof Kozlowski
2024-10-24  0:25 ` [PATCH v2 2/2] wifi: ath11k: support board-specific firmware overrides Miaoqing Pan
2024-10-24 19:39   ` Dmitry Baryshkov
2024-10-25  2:56     ` Miaoqing Pan
2024-10-25  6:01       ` Dmitry Baryshkov
2024-10-25  7:22         ` Miaoqing Pan
2024-10-25 10:20           ` Dmitry Baryshkov
2024-10-25 12:03             ` Miaoqing Pan
2024-10-25 12:21               ` Dmitry Baryshkov
2024-10-25 13:43                 ` Miaoqing Pan
2024-10-25 14:01                   ` Dmitry Baryshkov
2024-10-25 14:23                     ` Miaoqing Pan
2024-10-25 15:27                       ` Dmitry Baryshkov
2024-10-26  2:31                         ` Miaoqing Pan
2024-10-28 10:32                           ` Miaoqing Pan
2024-10-28 13:45                             ` Dmitry Baryshkov
2024-11-01  1:32                               ` Miaoqing Pan
2024-11-07 17:31                                 ` Kalle Valo

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