diff options
| author | Thomas Abraham <[email protected]> | 2012-02-08 11:42:43 +0900 |
|---|---|---|
| committer | Kukjin Kim <[email protected]> | 2012-02-09 18:40:22 +0900 |
| commit | da911782be4c82dc1222aa0cb5bef28605d1e117 (patch) | |
| tree | 9614f74f2c46d6dc89ff45464edbf250f23c8fc0 | |
| parent | 35bded8f91e887bf2d692071bb720b03c6ccd3fe (diff) | |
ARM: EXYNOS: Add cpu-offset property in gic device tree node
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 <[email protected]>
Signed-off-by: Thomas Abraham <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/exynos4210.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index 63d7578856c1..a1dd2ee83753 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++ b/arch/arm/boot/dts/exynos4210.dtsi @@ -29,6 +29,7 @@ compatible = "arm,cortex-a9-gic"; #interrupt-cells = <3>; interrupt-controller; + cpu-offset = <0x8000>; reg = <0x10490000 0x1000>, <0x10480000 0x100>; }; |