]> xenbits.xensource.com Git - people/aperard/linux-chromebook.git/commitdiff
DEBUG Xen: have proper gic
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 30 Nov 2012 12:25:59 +0000 (12:25 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Wed, 27 Feb 2013 12:05:27 +0000 (12:05 +0000)
arch/arm/boot/dts/exynos5250.dtsi

index 4f2c964adef3bcd4de40a5fd6437625077b0b680..a8795ee427ba688774c02c7aa312cae4c91fd843 100644 (file)
        };
 
        gic:interrupt-controller@10481000 {
-               compatible = "arm,cortex-a9-gic";
+               compatible = "arm,cortex-a15-gic";
                #interrupt-cells = <3>;
                #address-cells = <0>;
                #size-cells = <0>;
                interrupt-controller;
-               reg = <0x10481000 0x1000>, <0x10482000 0x2000>;
+               reg = <0x10481000 0x1000>, <0x10482000 0x1000>,
+                     <0x10484000 0x2000>, <0x10486000 0x2000>;
+
        };
 
        combiner:interrupt-controller@10440000 {