[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1613593491.473466.2681062.nullmailer@robh.at.kernel.org>
Date: Wed, 17 Feb 2021 14:24:51 -0600
From: Rob Herring <robh@...nel.org>
To: peng.fan@....nxp.com
Cc: shawnguo@...nel.org, linux-imx@....com, agross@...nel.org,
festevam@...il.com, linux-arm-kernel@...ts.infradead.org,
s.hauer@...gutronix.de, mathieu.poirier@...aro.org,
Peng Fan <peng.fan@....com>, bjorn.andersson@...aro.org,
kernel@...gutronix.de, paul@...pouillou.net,
devicetree@...r.kernel.org, ohad@...ery.com,
matthias.bgg@...il.com, robh+dt@...nel.org, patrice.chotard@...com,
linux-remoteproc@...r.kernel.org, linux-kernel@...r.kernel.org,
o.rempel@...gutronix.de
Subject: Re: [PATCH V10 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema
On Mon, 15 Feb 2021 20:34:14 +0800, peng.fan@....nxp.com wrote:
> From: Peng Fan <peng.fan@....com>
>
> Convert the imx rproc binding to DT schema format using json-schema.
>
> Signed-off-by: Peng Fan <peng.fan@....com>
> ---
> .../bindings/remoteproc/fsl,imx-rproc.yaml | 60 +++++++++++++++++++
> .../bindings/remoteproc/imx-rproc.txt | 33 ----------
> 2 files changed, 60 insertions(+), 33 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
> delete mode 100644 Documentation/devicetree/bindings/remoteproc/imx-rproc.txt
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.example.dt.yaml: imx7d-cm4: memory-region: [[1], [2]] is too long
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
See https://patchwork.ozlabs.org/patch/1440522
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