[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251214025230.716387-1-miaoqing.pan@oss.qualcomm.com>
Date: Sun, 14 Dec 2025 10:52:28 +0800
From: Miaoqing Pan <miaoqing.pan@....qualcomm.com>
To: jjohnson@...nel.org, johannes@...solutions.net, robh@...nel.org,
krzk+dt@...nel.org, conor+dt@...nel.org
Cc: ath11k@...ts.infradead.org, linux-wireless@...r.kernel.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
krzk@...nel.org, Miaoqing Pan <miaoqing.pan@....qualcomm.com>
Subject: [PATCH v2 ath-current 0/2]] wifi: ath11k: add usecase firmware handling based on device compatible
The 'firmware-name' property was introduced to allow end-users and
integrators to select use-case-specific firmware for the WCN6855.
But for M.2 WLAN chips, there is no suitable DTS node to specify
the 'firmware-name' property. In addition, assigning firmware for
the M.2 PCIe interface causes chips that do not use use-case-specific
firmware to fail. Therefore, abandoning the approach of specifying
firmware in DTS. As an alternative, propose a static lookup table
mapping device compatible to firmware names.
The driver has removed all support for firmware-name, and no upstream
Device Tree files reference this property. Therefore, this patch
removes the property from the binding and marks it as obsolete.
This is a DT ABI-breaking change, but safe since there are no in-tree
users.
---
v2:
- Drops `firmware-name` from completely.
- Updates the commit message to clearly state that the property is
obsolete and the change is ABI-breaking but safe for upstream.
---
Miaoqing Pan (2):
wifi: ath11k: add usecase firmware handling based on device compatible
dt-bindings: net: wireless: ath11k-pci: remove obsolete firmware-name
property
.../net/wireless/qcom,ath11k-pci.yaml | 6 ---
drivers/net/wireless/ath/ath11k/core.c | 37 ++++++++++++++++++-
drivers/net/wireless/ath/ath11k/core.h | 7 ++--
3 files changed, 39 insertions(+), 11 deletions(-)
base-commit: c99ebb6132595b4b288a413981197eb076547c5a
--
2.34.1
Powered by blists - more mailing lists