From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karol Lewandowski Subject: Re: [PATCH v2] ARM: Exynos4: Add cpu-offset property in gic device tree node Date: Tue, 31 Jan 2012 17:41:52 +0100 Message-ID: <4F2819D0.7090002@samsung.com> References: <1328023789-4672-1-git-send-email-thomas.abraham@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7BIT Return-path: Received: from mailout2.w1.samsung.com ([210.118.77.12]:36916 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753840Ab2AaQlj (ORCPT ); Tue, 31 Jan 2012 11:41:39 -0500 Received: from euspt1 (mailout2.w1.samsung.com [210.118.77.12]) by mailout2.w1.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0LYO00J3191DK5@mailout2.w1.samsung.com> for linux-samsung-soc@vger.kernel.org; Tue, 31 Jan 2012 16:41:37 +0000 (GMT) Received: from linux.samsung.com ([106.116.38.10]) by spt1.w1.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTPA id <0LYO00FX691DVE@spt1.w1.samsung.com> for linux-samsung-soc@vger.kernel.org; Tue, 31 Jan 2012 16:41:37 +0000 (GMT) In-reply-to: <1328023789-4672-1-git-send-email-thomas.abraham@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Thomas Abraham Cc: devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com, patches@linaro.org On 31.01.2012 16:29, Thomas Abraham wrote: > 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 ( Minor note - my email address lacks 'i' at the end, i.e. it's k.lewandowsk@ :) > Signed-off-by: Thomas Abraham > --- > This patch solves the issue of boot failure with SMP enabled kernel for > Exynos4 device tree enabled machine. Tested-by: Karol Lewandowski Thanks! From mboxrd@z Thu Jan 1 00:00:00 1970 From: k.lewandowsk@samsung.com (Karol Lewandowski) Date: Tue, 31 Jan 2012 17:41:52 +0100 Subject: [PATCH v2] ARM: Exynos4: Add cpu-offset property in gic device tree node In-Reply-To: <1328023789-4672-1-git-send-email-thomas.abraham@linaro.org> References: <1328023789-4672-1-git-send-email-thomas.abraham@linaro.org> Message-ID: <4F2819D0.7090002@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 31.01.2012 16:29, Thomas Abraham wrote: > 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 ( Minor note - my email address lacks 'i' at the end, i.e. it's k.lewandowsk@ :) > Signed-off-by: Thomas Abraham > --- > This patch solves the issue of boot failure with SMP enabled kernel for > Exynos4 device tree enabled machine. Tested-by: Karol Lewandowski Thanks!