[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <174414774921.2842816.8049997021161543075.robh@kernel.org>
Date: Tue, 08 Apr 2025 16:29:09 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Aaron Kling <webgeek1234@...il.com>
Cc: linux-media@...r.kernel.org, Mauro Carvalho Chehab <mchehab@...nel.org>,
devicetree@...r.kernel.org, Jonathan Hunter <jonathanh@...dia.com>,
Conor Dooley <conor+dt@...nel.org>, linux-kernel@...r.kernel.org,
linux-tegra@...r.kernel.org, Hans Verkuil <hverkuil@...all.nl>,
Thierry Reding <thierry.reding@...il.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>
Subject: Re: [PATCH v2 1/4] media: dt-bindings: Document Tegra186 and
Tegra194 cec
On Tue, 08 Apr 2025 15:29:58 -0500, Aaron Kling wrote:
> These are already used in device trees, so describe them here. As the
> driver only declares up through Tegra210, these must use a fallback
> compatible of tegra210-cec.
>
> Signed-off-by: Aaron Kling <webgeek1234@...il.com>
> ---
> .../bindings/media/cec/nvidia,tegra114-cec.yaml | 15 +++++++++++----
> 1 file changed, 11 insertions(+), 4 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml:19:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
./Documentation/devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml:20:11: [warning] wrong indentation: expected 12 but found 10 (indentation)
./Documentation/devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml:24:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
./Documentation/devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml:25:11: [warning] wrong indentation: expected 12 but found 10 (indentation)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250408-tegra-cec-v2-1-2f004fdf84e8@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