ARM: dts: r9a06g032: Correct the GIC DT node name
authorPhil Edworthy <phil.edworthy@renesas.com>
Wed, 21 Nov 2018 10:08:44 +0000 (10:08 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 28 Nov 2018 12:55:30 +0000 (13:55 +0100)
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 <phil.edworthy@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r9a06g032.dtsi

index 2322268..4c1ab49 100644 (file)
                        status = "okay";
                };
 
-               gic: gic@44101000 {
+               gic: interrupt-controller@44101000 {
                        compatible = "arm,cortex-a7-gic", "arm,gic-400";
                        interrupt-controller;
                        #interrupt-cells = <3>;