ARM: dts: mt6589: Change compatible string for GIC
authorMatthias Brugger <matthias.bgg@gmail.com>
Mon, 18 Aug 2014 14:58:00 +0000 (16:58 +0200)
committerOlof Johansson <olof@lixom.net>
Wed, 24 Sep 2014 18:12:32 +0000 (11:12 -0700)
This patch changes the compatible string of the GIC to the
new "arm,cortex-a7-gic" which does reflect the actual hardware.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/mt6589.dtsi

index 742c9bd..e3c7600 100644 (file)
@@ -82,7 +82,7 @@
                };
 
                gic: interrupt-controller@10211000 {
                };
 
                gic: interrupt-controller@10211000 {
-                       compatible = "arm,cortex-a15-gic";
+                       compatible = "arm,cortex-a7-gic";
                        interrupt-controller;
                        #interrupt-cells = <3>;
                        reg = <0x10211000 0x1000>,
                        interrupt-controller;
                        #interrupt-cells = <3>;
                        reg = <0x10211000 0x1000>,