All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Sinthu Raja <sinthu.raja@mistralsolutions.com>
Cc: Amarnath MB <amarnath.mb@ti.com>,
	Lokesh Vutla <lokeshvutla@ti.com>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	Rob Herring <robh+dt@kernel.org>, Tero Kristo <kristo@kernel.org>,
	Sinthu Raja <sinthu.raja@ti.com>,
	Device Tree Mailing List <devicetree@vger.kernel.org>,
	Nishanth Menon <nm@ti.com>
Subject: Re: [1/2] dt-bindings: arm: ti: Add bindings for J721E EAIK
Date: Wed, 02 Jun 2021 15:19:33 -0500	[thread overview]
Message-ID: <1622665173.253924.3924523.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20210602182237.12632-2-sinthu.raja@ti.com>

On Wed, 02 Jun 2021 23:52:36 +0530, Sinthu Raja wrote:
> From: Sinthu Raja <sinthu.raja@ti.com>
> 
> J721E EdgeAI Kit (EAIK) is a low cost, small form factor board designed
> for TI’s J721E SoC.
> Add DT binding documentation for J721E EAIK
> 
> Signed-off-by: Amarnath MB <amarnath.mb@ti.com>
> Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
> ---
>  Documentation/devicetree/bindings/arm/ti/k3.yaml | 2 ++
>  1 file changed, 2 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-eaik']
	'ti,j7200' was expected
	'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

See https://patchwork.ozlabs.org/patch/1486849

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.


WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Sinthu Raja <sinthu.raja@mistralsolutions.com>
Cc: Amarnath MB <amarnath.mb@ti.com>,
	Lokesh Vutla <lokeshvutla@ti.com>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	Rob Herring <robh+dt@kernel.org>, Tero Kristo <kristo@kernel.org>,
	Sinthu Raja <sinthu.raja@ti.com>,
	Device Tree Mailing List <devicetree@vger.kernel.org>,
	Nishanth Menon <nm@ti.com>
Subject: Re: [1/2] dt-bindings: arm: ti: Add bindings for J721E EAIK
Date: Wed, 02 Jun 2021 15:19:33 -0500	[thread overview]
Message-ID: <1622665173.253924.3924523.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20210602182237.12632-2-sinthu.raja@ti.com>

[-- Attachment #1: Type: text/plain, Size: 1526 bytes --]

On Wed, 02 Jun 2021 23:52:36 +0530, Sinthu Raja wrote:
> From: Sinthu Raja <sinthu.raja@ti.com>
> 
> J721E EdgeAI Kit (EAIK) is a low cost, small form factor board designed
> for TI’s J721E SoC.
> Add DT binding documentation for J721E EAIK
> 
> Signed-off-by: Amarnath MB <amarnath.mb@ti.com>
> Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
> ---
>  Documentation/devicetree/bindings/arm/ti/k3.yaml | 2 ++
>  1 file changed, 2 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-eaik']
	'ti,j7200' was expected
	'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

See https://patchwork.ozlabs.org/patch/1486849

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.



[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-06-02 20:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-02 18:22 [0/2] arm64: Initial support for Texas Instruments J721E EAIK Sinthu Raja
2021-06-02 18:22 ` Sinthu Raja
2021-06-02 18:22 ` [1/2] dt-bindings: arm: ti: Add bindings for " Sinthu Raja
2021-06-02 18:22   ` Sinthu Raja
2021-06-02 20:19   ` Rob Herring [this message]
2021-06-02 20:19     ` Rob Herring
2021-06-03 12:24     ` Sinthu Raja M
2021-06-03 12:24       ` Sinthu Raja M
2021-06-02 18:22 ` [2/2] arm64: dts: ti: Add support " Sinthu Raja
2021-06-02 18:22   ` Sinthu Raja

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1622665173.253924.3924523.nullmailer@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=amarnath.mb@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kristo@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=lokeshvutla@ti.com \
    --cc=nm@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=sinthu.raja@mistralsolutions.com \
    --cc=sinthu.raja@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.