[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1639019331.983790.934411.nullmailer@robh.at.kernel.org>
Date: Wed, 08 Dec 2021 21:08:51 -0600
From: Rob Herring <robh@...nel.org>
To: Adam Ford <aford173@...il.com>
Cc: Shawn Guo <shawnguo@...nel.org>, benjamin.gaignard@...labora.com,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
Rob Herring <robh+dt@...nel.org>,
Ezequiel Garcia <ezequiel@...guardiasur.com.ar>,
NXP Linux Team <linux-imx@....com>,
linux-staging@...ts.linux.dev, cphealy@...il.com,
linux-media@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
devicetree@...r.kernel.org, Sascha Hauer <s.hauer@...gutronix.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
nicolas@...fresne.ca, aford@...conembedded.com,
Pengutronix Kernel Team <kernel@...gutronix.de>,
linux-kernel@...r.kernel.org, linux-rockchip@...ts.infradead.org,
Fabio Estevam <festevam@...il.com>,
Lucas Stach <l.stach@...gutronix.de>
Subject: Re: [PATCH 04/10] dt-bindings: media: nxp,imx8mq-vpu: Support split G1 and G2 nodes with vpu-blk-ctrl
On Wed, 08 Dec 2021 16:50:23 -0600, Adam Ford wrote:
> The G1 and G2 are separate decoder blocks that are enabled by the
> vpu-blk-ctrl power-domain controller, which now has a proper driver.
> Update the bindings to support separate nodes for the G1 and G2
> decoders using the proper driver or the older unified node with
> the legacy controls.
>
> To be compatible with older DT the driver, mark certain items as
> deprecated and retain the backwards compatible example.
>
> Signed-off-by: Adam Ford <aford173@...il.com>
> ---
> .../bindings/media/nxp,imx8mq-vpu.yaml | 83 ++++++++++++++-----
> 1 file changed, 64 insertions(+), 19 deletions(-)
>
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:
dtschema/dtc warnings/errors:
Error: Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.example.dts:62.23-27 syntax error
FATAL ERROR: Unable to parse input tree
make[1]: *** [scripts/Makefile.lib:373: Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.example.dt.yaml] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1413: dt_binding_check] Error 2
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1565517
This check can fail if there are any dependencies. The base for a patch
series is generally the most recent rc1.
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.
Powered by blists - more mailing lists