ARM: dts: alpine: Align GIC nodename with dtschema
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 29 Jun 2020 06:56:29 +0000 (08:56 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Fri, 11 Sep 2020 15:44:11 +0000 (17:44 +0200)
Fix dtschema validator warnings like:
    gic@fb001000: $nodename:0:
        'gic@fb001000' does not match '^interrupt-controller(@[0-9a-f,]+)*$'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/alpine.dtsi

index d3036ea823d1a4c94d07177ba66d2eb21991140a..3b0675a1c46073d4a7c0c6f579609901dd0aaa74 100644 (file)
@@ -91,7 +91,7 @@
                };
 
                /* Interrupt Controller */
-               gic: gic@fb001000 {
+               gic: interrupt-controller@fb001000 {
                        compatible = "arm,cortex-a15-gic";
                        #interrupt-cells = <3>;
                        #size-cells = <0>;