ARM: shmobile: r8a7791 dtsi: Use "arm,gic-400" for GIC
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 17 Jun 2015 13:03:34 +0000 (15:03 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 6 Jul 2015 00:33:38 +0000 (09:33 +0900)
Replace the "arm,cortex-a15-gic" compatible value for the GIC by
"arm,gic-400", as the R-Car Gen2 GIC is assumed to be a GIC-400.
This has been confirmed by reading the GICD_IIDR register, which reports
0x0200043b (GIC-400 = 0x02, ARM = 0x43b).

This has no effect on runtime behavior, as currently the GIC driver
treats both compatible values the same.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791.dtsi

index dc1cd3f16606071294f31c54bc0b4ef8ec14fe75..07ea2bebe4966da0773fd94656132190477546c2 100644 (file)
@@ -70,7 +70,7 @@
        };
 
        gic: interrupt-controller@f1001000 {
-               compatible = "arm,cortex-a15-gic";
+               compatible = "arm,gic-400";
                #interrupt-cells = <3>;
                #address-cells = <0>;
                interrupt-controller;