[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <176455544616.1847608.6932629512199964095.robh@kernel.org>
Date: Sun, 30 Nov 2025 20:17:28 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Dale Whinham <daleyo@...il.com>
Cc: Jeff Johnson <jjohnson@...nel.org>, linux-wireless@...r.kernel.org,
Johannes Berg <johannes@...solutions.net>,
Jérôme de Bretagne <jerome.debretagne@...il.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Jeff Johnson <jeff.johnson@....qualcomm.com>,
Conor Dooley <conor+dt@...nel.org>, ath12k@...ts.infradead.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 6/8] dt-bindings: wireless: ath12k: Add
disable-rfkill property
On Mon, 01 Dec 2025 01:14:47 +0000, Dale Whinham wrote:
> From: Jérôme de Bretagne <jerome.debretagne@...il.com>
>
> rfkill should be disabled according to the Surface Pro 11's DSDT.
>
> https://lore.kernel.org/all/20250113074810.29729-3-quic_lingbok@quicinc.com/
> 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@...il.com>
> Signed-off-by: Dale Whinham <daleyo@...il.com>
> ---
> .../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@gmail.com
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.
Powered by blists - more mailing lists