Browse Source

ARM: dts: fix reg sizes of GIC for exynos4

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>
Tomasz Figa 11 years ago
parent
commit
cf286b405c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/exynos4.dtsi

+ 1 - 1
arch/arm/boot/dts/exynos4.dtsi

@@ -113,7 +113,7 @@
 		compatible = "arm,cortex-a9-gic";
 		compatible = "arm,cortex-a9-gic";
 		#interrupt-cells = <3>;
 		#interrupt-cells = <3>;
 		interrupt-controller;
 		interrupt-controller;
-		reg = <0x10490000 0x1000>, <0x10480000 0x100>;
+		reg = <0x10490000 0x10000>, <0x10480000 0x10000>;
 	};
 	};
 
 
 	combiner: interrupt-controller@10440000 {
 	combiner: interrupt-controller@10440000 {