From patchwork Tue Jan 31 15:29:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: thomas.abraham@linaro.org X-Patchwork-Id: 6474 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 6665C23E0C for ; Tue, 31 Jan 2012 15:24:07 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id 3936DA183D8 for ; Tue, 31 Jan 2012 15:24:07 +0000 (UTC) Received: by bkar19 with SMTP id r19so88678bka.11 for ; Tue, 31 Jan 2012 07:24:07 -0800 (PST) Received: by 10.205.127.17 with SMTP id gy17mr10696867bkc.110.1328023446928; Tue, 31 Jan 2012 07:24:06 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.204.130.220 with SMTP id u28cs184571bks; Tue, 31 Jan 2012 07:24:06 -0800 (PST) Received: by 10.50.214.38 with SMTP id nx6mr2616112igc.19.1328023445114; Tue, 31 Jan 2012 07:24:05 -0800 (PST) Received: from mailout1.samsung.com (mailout1.samsung.com. [203.254.224.24]) by mx.google.com with ESMTP id h6si26784335pbn.96.2012.01.31.07.24.04; Tue, 31 Jan 2012 07:24:05 -0800 (PST) Received-SPF: neutral (google.com: 203.254.224.24 is neither permitted nor denied by best guess record for domain of thomas.abraham@linaro.org) client-ip=203.254.224.24; Authentication-Results: mx.google.com; spf=neutral (google.com: 203.254.224.24 is neither permitted nor denied by best guess record for domain of thomas.abraham@linaro.org) smtp.mail=thomas.abraham@linaro.org Received: from epcpsbgm1.samsung.com (mailout1.samsung.com [203.254.224.24]) by mailout1.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTP id <0LYO00BNE5G3NTO0@mailout1.samsung.com> for patches@linaro.org; Wed, 01 Feb 2012 00:24:03 +0900 (KST) X-AuditID: cbfee61a-b7cd2ae000004fa5-8f-4f2807930711 Received: from epmmp1.local.host ( [203.254.227.16]) by epcpsbgm1.samsung.com (MMPCPMTA) with SMTP id 73.CA.20389.397082F4; Wed, 01 Feb 2012 00:24:03 +0900 (KST) Received: from localhost.localdomain ([107.108.73.37]) by mmp1.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTPA id <0LYO000GQ5FUPU70@mmp1.samsung.com> for patches@linaro.org; Wed, 01 Feb 2012 00:24:03 +0900 (KST) From: Thomas Abraham To: devicetree-discuss@lists.ozlabs.org Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com, patches@linaro.org Subject: [PATCH v2] ARM: Exynos4: Add cpu-offset property in gic device tree node Date: Tue, 31 Jan 2012 20:59:49 +0530 Message-id: <1328023789-4672-1-git-send-email-thomas.abraham@linaro.org> X-Mailer: git-send-email 1.6.6.rc2 X-Brightmail-Tracker: AAAAAA== 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-by: Karol Lewandowski Signed-off-by: Thomas Abraham Tested-by: Karol Lewandowski --- This patch solves the issue of boot failure with SMP enabled kernel for Exynos4 device tree enabled machine. 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 63d7578..a1dd2ee 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>; };