Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: interrupt-controller: Fix compatible used in ti,pruss-intc

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>
Acked-by: Suman Anna <s-anna@ti.com>
Link: https://lore.kernel.org/r/20210607184257.2010276-1-sudeep.holla@arm.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Sudeep Holla and committed by
Rob Herring
8676e8e7 810e4441

+1 -1
+1 -1
Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml
··· 134 134 /* AM4376 PRU-ICSS */ 135 135 #include <dt-bindings/interrupt-controller/arm-gic.h> 136 136 pruss@0 { 137 - compatible = "ti,am4376-pruss"; 137 + compatible = "ti,am4376-pruss1"; 138 138 reg = <0x0 0x40000>; 139 139 #address-cells = <1>; 140 140 #size-cells = <1>;