On Thu, Jun 17, 2021 at 11:08 PM Sudeep Holla <sudeep.holla@xxxxxxx> wrote: > Once the new schema interrupt-controller/arm,vic.yaml is added, we get > the below warnings: > > arch/arm/boot/dts/versatile-ab.dt.yaml: > intc@10140000: $nodename:0: 'intc@10140000' does not match > '^interrupt-controller(@[0-9a-f,]+)*$' > > arch/arm/boot/dts/versatile-ab.dt.yaml: > intc@10140000: 'clear-mask' does not match any of the regexes > > Fix the node names for the interrupt controller to conform > to the standard node name interrupt-controller@.. Also drop invalid > clear-mask property. > > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx> Thanks Sudeep, I relayed the patch to the SoC tree! Yours, Linus Walleij