[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1649938809.981246.1698372.nullmailer@robh.at.kernel.org>
Date: Thu, 14 Apr 2022 07:20:09 -0500
From: Rob Herring <robh@...nel.org>
To: Marcel Ziswiler <marcel@...wiler.com>
Cc: Lucas Stach <l.stach@...gutronix.de>,
Russell King <linux@...linux.org.uk>,
Denys Drozdov <denys.drozdov@...adex.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Matthias Schiffer <matthias.schiffer@...group.com>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Rob Herring <robh+dt@...nel.org>,
Shawn Guo <shawnguo@...nel.org>,
Frank Rowand <frowand.list@...il.com>,
Tim Harvey <tharvey@...eworks.com>,
Oleksij Rempel <linux@...pel-privat.de>,
Sascha Hauer <s.hauer@...gutronix.de>,
Alexander Stein <alexander.stein@...tq-group.com>,
Li Yang <leoyang.li@....com>,
Marcel Ziswiler <marcel.ziswiler@...adex.com>,
Fabio Estevam <festevam@...il.com>
Subject: Re: [PATCH v1 09/14] dt-bindings: arm: fsl: add toradex,colibri-imx6ull
On Thu, 14 Apr 2022 10:51:01 +0200, Marcel Ziswiler wrote:
> From: Denys Drozdov <denys.drozdov@...adex.com>
>
> Add toradex,colibri-imx6ull for carrier board dts,
> including aster, iris and iris-v2 device tree,
> wifi and nonwifi variants for NAND and eMMC modules.
>
> Signed-off-by: Denys Drozdov <denys.drozdov@...adex.com>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@...adex.com>
> ---
>
> .../devicetree/bindings/arm/fsl.yaml | 23 +++++++++++++------
> 1 file changed, 16 insertions(+), 7 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:
./Documentation/devicetree/bindings/arm/fsl.yaml:666:111: [warning] line too long (113 > 110 characters) (line-length)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/
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