[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <176167254551.2794738.406064217328056234.robh@kernel.org>
Date: Tue, 28 Oct 2025 12:29:11 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: Conor Dooley <conor+dt@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, devicetree@...r.kernel.org,
Balakrishna Godavarthi <quic_bgodavar@...cinc.com>,
Luiz Augusto von Dentz <luiz.dentz@...il.com>, linux-kernel@...r.kernel.org,
linux-arm-msm@...r.kernel.org, Marcel Holtmann <marcel@...tmann.org>,
linux-bluetooth@...r.kernel.org, Rocky Liao <quic_rjliao@...cinc.com>
Subject: Re: [PATCH 04/12] dt-bindings: bluetooth: qcom,qca6390-bt: Split
to separate schema
On Tue, 28 Oct 2025 16:31:53 +0100, Krzysztof Kozlowski wrote:
> One big Qualcomm Bluetooth schema is hardly manageable: it lists all
> possible properties (19 supplies). Split qcom,qca6390-bt to separate
> bindings, so device schema will be easier to read/maintain and list only
> relevant properties.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> ---
> .../bindings/net/bluetooth/qcom,qca6390-bt.yaml | 64 ++++++++++++++++++++++
> .../bindings/net/bluetooth/qualcomm-bluetooth.yaml | 15 -----
> 2 files changed, 64 insertions(+), 15 deletions(-)
>
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/20251028-dt-bindings-qcom-bluetooth-v1-4-524a978e3cda@linaro.org
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