]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: EXYNOS: Add cpu-offset property in gic device tree node
authorThomas Abraham <thomas.abraham@linaro.org>
Wed, 8 Feb 2012 02:42:43 +0000 (11:42 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 9 Feb 2012 09:40:22 +0000 (18:40 +0900)
Commit db0d4db22a78 ('ARM: gic: allow GIC to support non-banked setups)
requires a cpu-offset property to be specified for non-banked gic
controllers, which is the case for Exynos4.

Reported-and-Tested-by: Karol Lewandowski <k.lewandowsk@samsung.com>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos4210.dtsi

index 63d7578856c13d987d234e648f1065ced58a5174..a1dd2ee83753d0740c4d774dd03b556b2614f309 100644 (file)
@@ -29,6 +29,7 @@
                compatible = "arm,cortex-a9-gic";
                #interrupt-cells = <3>;
                interrupt-controller;
+               cpu-offset = <0x8000>;
                reg = <0x10490000 0x1000>, <0x10480000 0x100>;
        };