[PATCH] ARM: dts: versatile: Fix up interrupt controller node names

Linus Walleij linus.walleij at linaro.org
Fri Jun 25 16:58:34 PDT 2021


From: Sudeep Holla <sudeep.holla at arm.com>

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 at 10140000: $nodename:0: 'intc at 10140000' does not match
        '^interrupt-controller(@[0-9a-f,]+)*$'

	arch/arm/boot/dts/versatile-ab.dt.yaml:
	intc at 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 at .. Also drop invalid
clear-mask property.

Cc: Linus Walleij <linus.walleij at linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla at arm.com>
Link: https://lore.kernel.org/r/20210617210825.3064367-1-sudeep.holla@arm.com
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
Hi SoC people, please apply this directly to DTS fixes, I have
no other Versatile DTS changes coming right now.
---
 arch/arm/boot/dts/versatile-ab.dts | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/versatile-ab.dts b/arch/arm/boot/dts/versatile-ab.dts
index 37bd41ff8dff..151c0220047d 100644
--- a/arch/arm/boot/dts/versatile-ab.dts
+++ b/arch/arm/boot/dts/versatile-ab.dts
@@ -195,16 +195,15 @@ amba {
 		#size-cells = <1>;
 		ranges;
 
-		vic: intc at 10140000 {
+		vic: interrupt-controller at 10140000 {
 			compatible = "arm,versatile-vic";
 			interrupt-controller;
 			#interrupt-cells = <1>;
 			reg = <0x10140000 0x1000>;
-			clear-mask = <0xffffffff>;
 			valid-mask = <0xffffffff>;
 		};
 
-		sic: intc at 10003000 {
+		sic: interrupt-controller at 10003000 {
 			compatible = "arm,versatile-sic";
 			interrupt-controller;
 			#interrupt-cells = <1>;
-- 
2.31.1




More information about the linux-arm-kernel mailing list