From: Jérôme de Bretagne 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 --- 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 -- 2.47.3