]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: Declare the gic as a15 compatible for exynos5250
authorAlexander Graf <[agraf@suse.de]>
Thu, 4 Apr 2013 05:30:13 +0000 (14:30 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 8 Apr 2013 16:39:13 +0000 (01:39 +0900)
The GIC in the exynos5250 SoC is A15 compliant. Show this through
the device tree, so that we can use the GIC for KVM.

Also add the respective A15 memory regions and interrupt links.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5250.dtsi

index 1dc26009e3ae48648772887beec38f26dfa845c9..4352f5b336e91b1bc1a54ea78460898e54592fe5 100644 (file)
        };
 
        gic:interrupt-controller@10481000 {
-               compatible = "arm,cortex-a9-gic";
+               compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
                #interrupt-cells = <3>;
                interrupt-controller;
-               reg = <0x10481000 0x1000>, <0x10482000 0x2000>;
+               reg = <0x10481000 0x1000>,
+                     <0x10482000 0x1000>,
+                     <0x10484000 0x2000>,
+                     <0x10486000 0x2000>;
+               interrupts = <1 9 0xf04>;
        };
 
        combiner:interrupt-controller@10440000 {