Re: [PATCH v2 6/8] dt-bindings: wireless: ath12k: Add disable-rfkill property
From: Rob Herring (Arm)
Date: Sun Nov 30 2025 - 21:17:29 EST
On Mon, 01 Dec 2025 01:14:47 +0000, Dale Whinham wrote:
> From: Jérôme de Bretagne <jerome.debretagne@xxxxxxxxx>
>
> rfkill should be disabled according to the Surface Pro 11's DSDT.
>
> https://lore.kernel.org/all/20250113074810.29729-3-quic_lingbok@xxxxxxxxxxx/
> has added support to read the ACPI bitflag when ACPI is supported.
>
> Document the disable-rfkill property to expose one specific feature
> (DISABLE_RFKILL_BIT) for devices described with a DT, so that the
> feature can be disabled.
>
> Signed-off-by: Jérôme de Bretagne <jerome.debretagne@xxxxxxxxx>
> Signed-off-by: Dale Whinham <daleyo@xxxxxxxxx>
> ---
> .../devicetree/bindings/net/wireless/qcom,ath12k.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20251201011457.17422-7-daleyo@xxxxxxxxx
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.