From patchwork Thu Mar 21 09:43:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giridhar Maruthy X-Patchwork-Id: 2311801 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 824DC400E6 for ; Thu, 21 Mar 2013 09:46:26 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UIc1w-0006tK-Og; Thu, 21 Mar 2013 09:43:29 +0000 Received: from mail-ea0-x235.google.com ([2a00:1450:4013:c01::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UIc1o-0006qn-B9 for linux-arm-kernel@lists.infradead.org; Thu, 21 Mar 2013 09:43:25 +0000 Received: by mail-ea0-f181.google.com with SMTP id z10so750405ead.26 for ; Thu, 21 Mar 2013 02:43:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=9lDeXrDOL77uGN9iJubhuLDQ9d/MZur57Mcll/GH8CA=; b=nfgx+OtrUlbT35o2HlgWpK1M6PghKa81uH0U1LyTN8uLI46ERFGP/tCIH8TCkbjl7s inM0GlT0tnf6DwA24vBqmGQk6pVbXFYQzk0zN4Jt1GXYGygmdvtAZDSYavL1b0PFEsfH lTlDEkD2fbCWZvvolOrP3b8yDFtND1QH0gubfVsqn89bbB4pcl35Ft1Emb+sMg9M7ONu wlwHIbIGf97lKceqlmqIuzQ1xxoNs67CtY3Dixtui815nBz+1qSY53joOS/ZqxrTXFPq HzgxgbBa0LMKUQ+7JegL0vGJ4HkytQsDYilsZBr6DEeK3Kn84NCDlYAZTRAIBje+pNPC jXGQ== MIME-Version: 1.0 X-Received: by 10.15.100.202 with SMTP id bn50mr80326816eeb.36.1363858998054; Thu, 21 Mar 2013 02:43:18 -0700 (PDT) Received: by 10.223.155.141 with HTTP; Thu, 21 Mar 2013 02:43:17 -0700 (PDT) In-Reply-To: <1363858839-13578-1-git-send-email-giridhar.maruthy@linaro.org> References: <1363858839-13578-1-git-send-email-giridhar.maruthy@linaro.org> Date: Thu, 21 Mar 2013 15:13:17 +0530 Message-ID: Subject: Fwd: [PATCH] ARM: EXYNOS5440: DTS: Add virtual GIC DT bindings From: Giridhar Maruthy To: linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com, linux-arm-kernel@lists.infradead.org, thomas.abraham@linaro.org, kvm@vger.kernel.org X-Gm-Message-State: ALoCoQl/crz4tYUY234UjbW9qc5q/rqWIX5NdfYV5XcBqcFhcjLShnJbk/q0Gsl7w63PhEgp8OiB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130321_054320_498040_12B20BB7 X-CRM114-Status: UNSURE ( 8.71 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org This patch is similar to the ones already submitted by Alexander Graf and also in Christoffer's tree in linux-kvm-arm for Arndale board, while this is required for exynos5440. Exynos5440 has GIC which has virtualization support in them. These are used by KVM. Signed-off-by: Giridhar Maruthy --- arch/arm/boot/dts/exynos5440.dtsi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -- 1.7.9.5 diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi index c374a31..25c6134 100644 --- a/arch/arm/boot/dts/exynos5440.dtsi +++ b/arch/arm/boot/dts/exynos5440.dtsi @@ -26,7 +26,11 @@ compatible = "arm,cortex-a15-gic"; #interrupt-cells = <3>; interrupt-controller; - reg = <0x2E1000 0x1000>, <0x2E2000 0x1000>; + reg = <0x2E1000 0x1000>, + <0x2E2000 0x1000>, + <0x2E4000 0x2000>, + <0x2E6000 0x2000>; + interrupts = <1 9 0xf04>; }; cpus {