From: Phil Edworthy Date: Wed, 21 Nov 2018 10:08:44 +0000 (+0000) Subject: ARM: dts: r9a06g032: Correct the GIC DT node name X-Git-Tag: v5.0-rc1~77^2~60^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=673df60a880f060e3e94920c7b5f7a9ed8aa65f2;p=users%2Fjedix%2Flinux-maple.git ARM: dts: r9a06g032: Correct the GIC DT node name Harmless mistake, but it's incorrect. The DT spec provides recommendations for the node names: "The name of a node should be somewhat generic, reflecting the function of the device and not its precise programming model. If appropriate, the name should be one of the following choices: ... interrupt-controller" Signed-off-by: Phil Edworthy Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r9a06g032.dtsi b/arch/arm/boot/dts/r9a06g032.dtsi index 2322268bc862a..4c1ab49c7d39a 100644 --- a/arch/arm/boot/dts/r9a06g032.dtsi +++ b/arch/arm/boot/dts/r9a06g032.dtsi @@ -173,7 +173,7 @@ status = "okay"; }; - gic: gic@44101000 { + gic: interrupt-controller@44101000 { compatible = "arm,cortex-a7-gic", "arm,gic-400"; interrupt-controller; #interrupt-cells = <3>;