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@xxxxxxxxxx> > Cc: Suman Anna <s-anna@xxxxxx> > Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx> > --- > .../devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!