All of lore.kernel.org
 help / color / mirror / Atom feed
From: Suman Anna <s-anna@ti.com>
To: Sudeep Holla <sudeep.holla@arm.com>, <devicetree@vger.kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>
Subject: Re: [PATCH] dt-bindings: interrupt-controller: Fix compatible used in ti,pruss-intc
Date: Tue, 15 Jun 2021 19:46:39 -0500	[thread overview]
Message-ID: <46d8d576-012b-dedc-02c6-283c75a170ce@ti.com> (raw)
In-Reply-To: <20210607184257.2010276-1-sudeep.holla@arm.com>

On 6/7/21 1:42 PM, Sudeep Holla wrote:
> As per soc/ti/ti,pruss.yaml schema, only ti,am4376-pruss0 and
> ti,am4376-pruss1 are valid compatibles. Replace ti,am4376-pruss with
> ti,am4376-pruss1 based on example in soc/ti/ti,pruss.yaml
> 
> This fixes the below warning with 'make DT_CHECKER_FLAGS=-m dt_binding_check':
> 
>     interrupt-controller/ti,pruss-intc.example.dt.yaml:0:0: /example-1/pruss@0:
>     failed to match any schema with compatible: ['ti,am4376-pruss']
> 
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Suman Anna <s-anna@ti.com>
> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>

Thanks for catching and fixing this Sudeep.

Acked-by: Suman Anna <s-anna@ti.com>

> ---
>  .../devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml
> index 9731dd4421a1..051beb45d998 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml
> @@ -134,7 +134,7 @@ additionalProperties: false
>      /* AM4376 PRU-ICSS */
>      #include <dt-bindings/interrupt-controller/arm-gic.h>
>      pruss@0 {
> -        compatible = "ti,am4376-pruss";
> +        compatible = "ti,am4376-pruss1";
>          reg = <0x0 0x40000>;
>          #address-cells = <1>;
>          #size-cells = <1>;
> 


  reply	other threads:[~2021-06-16  0:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07 18:42 [PATCH] dt-bindings: interrupt-controller: Fix compatible used in ti,pruss-intc Sudeep Holla
2021-06-16  0:46 ` Suman Anna [this message]
2021-06-16 17:35 ` Rob Herring

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=46d8d576-012b-dedc-02c6-283c75a170ce@ti.com \
    --to=s-anna@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sudeep.holla@arm.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.