[PATCH v5 3/7] dt-bindings: wireless: ath12k: Allow disable-rfkill property

From: Jérôme de Bretagne via B4 Relay

Date: Fri Dec 19 2025 - 19:22:37 EST


From: Jérôme de Bretagne <jerome.debretagne@xxxxxxxxx>

Reference the ieee80211.yaml schema to allow disable-rfkill to
be used for models that need to disable the rfkill feature,
otherwise the Wi-Fi radio is unusable.

This is required by the Surface Pro 11 with WCN7850.

Signed-off-by: Jérôme de Bretagne <jerome.debretagne@xxxxxxxxx>
---
Documentation/devicetree/bindings/net/wireless/qcom,ath12k.yaml | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath12k.yaml b/Documentation/devicetree/bindings/net/wireless/qcom,ath12k.yaml
index dc68dd59988fc757e8f53e809128cb4e820d66d1..e18c87b21777bc6642e551f23feff69bfb7fb435 100644
--- a/Documentation/devicetree/bindings/net/wireless/qcom,ath12k.yaml
+++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath12k.yaml
@@ -21,6 +21,8 @@ properties:
reg:
maxItems: 1

+ disable-rfkill: true
+
firmware-name:
maxItems: 1
description:
@@ -69,6 +71,9 @@ required:

additionalProperties: false

+allOf:
+ - $ref: ieee80211.yaml#
+
examples:
- |
#include <dt-bindings/clock/qcom,rpmh.h>

--
2.47.3