From: Krzysztof Kozlowski Date: Mon, 29 Jun 2020 07:02:23 +0000 (+0200) Subject: arm64: dts: alpine: Align GIC nodename with dtschema X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b2b72b00795a397730e606b6c168458e8068682c;p=linux.git arm64: dts: alpine: Align GIC nodename with dtschema Fix dtschema validator warnings like: gic@f0100000: $nodename:0: 'gic@f0100000' does not match '^interrupt-controller(@[0-9a-f,]+)*$' Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm64/boot/dts/amazon/alpine-v2.dtsi b/arch/arm64/boot/dts/amazon/alpine-v2.dtsi index d5e7e2bb4e6cc..de2eaf77b1ff9 100644 --- a/arch/arm64/boot/dts/amazon/alpine-v2.dtsi +++ b/arch/arm64/boot/dts/amazon/alpine-v2.dtsi @@ -113,7 +113,7 @@ ; }; - gic: gic@f0100000 { + gic: interrupt-controller@f0100000 { compatible = "arm,gic-v3"; reg = <0x0 0xf0200000 0x0 0x10000>, /* GIC Dist */ <0x0 0xf0280000 0x0 0x200000>, /* GICR */