* [PATCH] dt-bindings: interrupt-controller: Fix compatible used in ti,pruss-intc
@ 2021-06-07 18:42 Sudeep Holla
2021-06-16 0:46 ` Suman Anna
2021-06-16 17:35 ` Rob Herring
0 siblings, 2 replies; 3+ messages in thread
From: Sudeep Holla @ 2021-06-07 18:42 UTC (permalink / raw)
To: devicetree; +Cc: Sudeep Holla, Rob Herring, Suman Anna
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>
---
.../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>;
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: interrupt-controller: Fix compatible used in ti,pruss-intc
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
2021-06-16 17:35 ` Rob Herring
1 sibling, 0 replies; 3+ messages in thread
From: Suman Anna @ 2021-06-16 0:46 UTC (permalink / raw)
To: Sudeep Holla, devicetree; +Cc: Rob Herring
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>;
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: interrupt-controller: Fix compatible used in ti,pruss-intc
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
@ 2021-06-16 17:35 ` Rob Herring
1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2021-06-16 17:35 UTC (permalink / raw)
To: Sudeep Holla; +Cc: Rob Herring, Suman Anna, devicetree
On Mon, 07 Jun 2021 19:42:57 +0100, 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>
> ---
> .../devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-06-16 17:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2021-06-16 17:35 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).