[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <173884111130.679176.4491485161610037414.robh@kernel.org>
Date: Thu, 06 Feb 2025 05:25:11 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Michael Riesch <michael.riesch@...fvision.net>
Cc: Heiko Stuebner <heiko@...ech.de>,
Gerald Loacker <gerald.loacker@...fvision.net>,
Rob Herring <robh+dt@...nel.org>, linux-media@...r.kernel.org,
Philipp Zabel <p.zabel@...gutronix.de>,
Sebastian Reichel <sebastian.reichel@...labora.com>,
Sebastian Fricke <sebastian.fricke@...labora.com>,
linux-kernel@...r.kernel.org, Krzysztof Kozlowski <krzk+dt@...nel.org>,
linux-arm-kernel@...ts.infradead.org,
Maxime Chevallier <maxime.chevallier@...tlin.com>,
Sakari Ailus <sakari.ailus@...ux.intel.com>,
linux-rockchip@...ts.infradead.org,
Nicolas Dufresne <nicolas.dufresne@...labora.com>,
Thomas Petazzoni <thomas.petazzoni@...tlin.com>,
Paul Kocialkowski <paulk@...-base.io>,
Théo Lebrun <theo.lebrun@...tlin.com>,
Val Packett <val@...kett.cool>, Mauro Carvalho Chehab <mchehab@...nel.org>,
Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Kever Yang <kever.yang@...k-chips.com>,
Mehdi Djait <mehdi.djait@...ux.intel.com>,
Conor Dooley <conor+dt@...nel.org>,
Alexander Shiyan <eagle.alexander923@...il.com>, devicetree@...r.kernel.org
Subject: Re: [PATCH v3 3/7] media: dt-bindings: media: add bindings for
rockchip rk3568 vicap
On Thu, 06 Feb 2025 10:57:41 +0100, Michael Riesch wrote:
> Add documentation for the Rockchip RK3568 Video Capture (VICAP) unit.
>
> Signed-off-by: Michael Riesch <michael.riesch@...fvision.net>
> ---
> .../bindings/media/rockchip,rk3568-vicap.yaml | 167 +++++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 168 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Error: Documentation/devicetree/bindings/media/rockchip,rk3568-vicap.example.dts:73.3-74.1 syntax error
FATAL ERROR: Unable to parse input tree
make[2]: *** [scripts/Makefile.dtbs:131: Documentation/devicetree/bindings/media/rockchip,rk3568-vicap.example.dtb] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1511: dt_binding_check] Error 2
make: *** [Makefile:251: __sub-make] Error 2
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250206-v6-8-topic-rk3568-vicap-v3-3-69d1f19e5c40@wolfvision.net
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