[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251220-surface-sp11-for-next-v5-3-16065bef8ef3@gmail.com>
Date: Sat, 20 Dec 2025 01:22:00 +0100
From: Jérôme de Bretagne via B4 Relay <devnull+jerome.debretagne.gmail.com@...nel.org>
To: Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Johannes Berg <johannes@...solutions.net>,
Lorenzo Bianconi <lorenzo@...nel.org>,
Maximilian Luz <luzmaximilian@...il.com>, Hans de Goede <hansg@...nel.org>,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
Jeff Johnson <jjohnson@...nel.org>
Cc: linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org,
platform-driver-x86@...r.kernel.org, ath12k@...ts.infradead.org,
Jeff Johnson <jeff.johnson@....qualcomm.com>,
Dale Whinham <daleyo@...il.com>,
Jérôme de Bretagne <jerome.debretagne@...il.com>
Subject: [PATCH v5 3/7] dt-bindings: wireless: ath12k: Allow disable-rfkill
property
From: Jérôme de Bretagne <jerome.debretagne@...il.com>
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@...il.com>
---
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
Powered by blists - more mailing lists