[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <170955104307.4120754.16376940240530609048.robh@kernel.org>
Date: Mon, 04 Mar 2024 05:17:24 -0600
From: Rob Herring <robh@...nel.org>
To: Seven Lee <wtli@...oton.com>
Cc: supercraig0719@...il.com, KCHSU0@...oton.com, scott6986@...il.com,
conor+dt@...nel.org, dardar923@...il.com, robh+dt@...nel.org,
alsa-devel@...a-project.org, CTLIN0@...oton.com, YHCHuang@...oton.com,
linux-kernel@...r.kernel.org, broonie@...nel.org,
devicetree@...r.kernel.org, SJLIN0@...oton.com, lgirdwood@...il.com
Subject: Re: [PATCH v3 1/2] ASoC: dt-bindings: Added schema for
"nuvoton,nau8325"
On Mon, 04 Mar 2024 18:15:22 +0800, Seven Lee wrote:
> Added a DT schema for describing nau8325 audio amplifiers.
>
> Signed-off-by: Seven Lee <wtli@...oton.com>
> ---
> .../bindings/sound/nuvoton,nau8325.yaml | 74 +++++++++++++++++++
> 1 file changed, 74 insertions(+)
> create mode 100755 Documentation/devicetree/bindings/sound/nuvoton,nau8325.yaml
>
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):
yamllint warnings/errors:
/Documentation/devicetree/bindings/sound/nuvoton,nau8325.yaml:25:12: [error] string value is redundantly quoted with any quotes (quoted-strings)
/Documentation/devicetree/bindings/sound/nuvoton,nau8325.yaml:25:20: [error] string value is redundantly quoted with any quotes (quoted-strings)
/Documentation/devicetree/bindings/sound/nuvoton,nau8325.yaml:25:30: [error] string value is redundantly quoted with any quotes (quoted-strings)
/Documentation/devicetree/bindings/sound/nuvoton,nau8325.yaml:25:41: [error] string value is redundantly quoted with any quotes (quoted-strings)
/Documentation/devicetree/bindings/sound/nuvoton,nau8325.yaml:30:12: [error] string value is redundantly quoted with any quotes (quoted-strings)
/Documentation/devicetree/bindings/sound/nuvoton,nau8325.yaml:30:29: [error] string value is redundantly quoted with any quotes (quoted-strings)
/Documentation/devicetree/bindings/sound/nuvoton,nau8325.yaml:30:37: [error] string value is redundantly quoted with any quotes (quoted-strings)
/Documentation/devicetree/bindings/sound/nuvoton,nau8325.yaml:30:45: [error] string value is redundantly quoted with any quotes (quoted-strings)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240304101523.538989-2-wtli@nuvoton.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