ARM: dts: fix reg sizes of GIC for exynos4
authorTomasz Figa <t.figa@samsung.com>
Fri, 30 May 2014 17:21:42 +0000 (02:21 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 16 Jun 2014 15:23:29 +0000 (00:23 +0900)
This patch fixes reg entry sizes in GIC node that were not
large enough to cover whole regions.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos4.dtsi

index b8ece4b..fbaf426 100644 (file)
                compatible = "arm,cortex-a9-gic";
                #interrupt-cells = <3>;
                interrupt-controller;
-               reg = <0x10490000 0x1000>, <0x10480000 0x100>;
+               reg = <0x10490000 0x10000>, <0x10480000 0x10000>;
        };
 
        combiner: interrupt-controller@10440000 {