[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1631794913.472895.1119414.nullmailer@robh.at.kernel.org>
Date: Thu, 16 Sep 2021 07:21:53 -0500
From: Rob Herring <robh@...nel.org>
To: Nishanth Menon <nm@...com>
Cc: linux-kernel@...r.kernel.org, Tero Kristo <kristo@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
linux-arm-kernel@...ts.infradead.org,
Vignesh Raghavendra <vigneshr@...com>,
devicetree@...r.kernel.org
Subject: Re: [PATCH 1/3] dt-bindings: arm: ti: Add missing compatibles for j721e/j7200 evms
On Wed, 15 Sep 2021 07:19:35 -0500, Nishanth Menon wrote:
> Add compatibles for j721e and j7200 evms to allow for newer platforms
> to distinguish themselves.
>
> Signed-off-by: Nishanth Menon <nm@...com>
> ---
> Documentation/devicetree/bindings/arm/ti/k3.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
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:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/remoteproc/ti,k3-dsp-rproc.example.dt.yaml: /: compatible: 'oneOf' conditional failed, one must be fixed:
['ti,j721e'] is too short
'ti,j721e' is not one of ['ti,am654-evm', 'siemens,iot2050-basic', 'siemens,iot2050-advanced']
'ti,j721e' is not one of ['ti,j721e-evm']
'ti,j721e' is not one of ['ti,j7200-evm']
'ti,j721e' is not one of ['ti,am642-evm', 'ti,am642-sk']
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/arm/ti/k3.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1528330
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