[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <172467161080.3913761.4311461906537952608.robh@kernel.org>
Date: Mon, 26 Aug 2024 06:26:50 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Nikita Shubin <nikita.shubin@...uefel.me>
Cc: linux-sound@...r.kernel.org,
Richard Fitzgerald <rf@...nsource.cirrus.com>,
Alexander Sverdlin <alexander.sverdlin@...il.com>,
Mark Brown <broonie@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Liam Girdwood <lgirdwood@...il.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, patches@...nsource.cirrus.com,
David Rhodes <david.rhodes@...rus.com>
Subject: Re: [PATCH] ASoC: dt-bindings: cirrus,cs4271: Convert to dtschema
On Mon, 26 Aug 2024 12:53:08 +0300, Nikita Shubin wrote:
> Convert the Cirrus Logic CS4271 audio CODEC bindings to DT schema.
>
> Cc: Alexander Sverdlin <alexander.sverdlin@...il.com>
> Signed-off-by: Nikita Shubin <nikita.shubin@...uefel.me>
> Link: https://lore.kernel.org/all/20240715-ep93xx-v11-0-4e924efda795@maquefel.me
> ---
> This is complementary patch to ep93xx DT conversion series.
>
> Based on "ASoC: dt-bindings: cirrus,cs4270: Convert to dtschema" patch.
> ---
> .../devicetree/bindings/sound/cirrus,cs4271.yaml | 91 ++++++++++++++++++++++
> Documentation/devicetree/bindings/sound/cs4271.txt | 57 --------------
> 2 files changed, 91 insertions(+), 57 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/sound/cirrus,cs4271.yaml:91:4: [error] no new line character at the end of file (new-line-at-end-of-file)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240826-cs4271-yaml-v1-1-dad3f0b041ef@maquefel.me
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