Re: [PATCH 1/2] ARM: dts: versatile: Fix up interrupt controller node names
From: Linus Walleij <hidden>
Date: 2021-06-26 00:00:14
From: Linus Walleij <hidden>
Date: 2021-06-26 00:00:14
On Thu, Jun 17, 2021 at 11:08 PM Sudeep Holla [off-list ref] 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 <redacted>
Signed-off-by: Sudeep Holla <redacted>Thanks Sudeep, I relayed the patch to the SoC tree! Yours, Linus Walleij