Re: [PATCH] dt-bindings: interrupt-controller: Fix compatible used in ti,pruss-intc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
> Cc: Suman Anna <s-anna@xxxxxx>
> Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx>

Thanks for catching and fixing this Sudeep.

Acked-by: Suman Anna <s-anna@xxxxxx>

> ---
>  .../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>;
> 




[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux