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: 2311761 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 82318400E6 for ; Thu, 21 Mar 2013 09:43:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756773Ab3CUJnU (ORCPT ); Thu, 21 Mar 2013 05:43:20 -0400 Received: from mail-ee0-f45.google.com ([74.125.83.45]:60692 "EHLO mail-ee0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756697Ab3CUJnT (ORCPT ); Thu, 21 Mar 2013 05:43:19 -0400 Received: by mail-ee0-f45.google.com with SMTP id b57so1678610eek.32 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=K5ozQRXii7PwUPlW08JSstMFAK9ipCqCafoqioYFrqDzdCTt+Vtm7fRXtVY5ZF2i5H KPJ/Y64tKeQxlj05JDj4OOCtacMSIc17HbpylnDFwWvTCwkvSfTqnqfUxr0801onTGoH 4rBlK+jZcFDLj6oFPZr4LkyWT9grbArr+OclpKt8lMQzP7O5O20jwKa8MWOVa20LhA4M 52bqIjerT2cUPIyBlD8WAdY8wz/QcZ0483zodTb+5JBs2iMKXkohCGeQqR2k8fw/GL1U 7O+BV5EJDd3H3DmAzWtUiG7bQOmrr/0N/Foy6a5+NA/rLxwF2X65DgEovLcAUp6gjqqf lQwA== 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: ALoCoQksrnoIXPdKTCOrIYaxbEiPQXuNquU2z3RIfMZi5rNpLkIBMAOR7XmR6Vg1JOSfERVT/3be Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.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 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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 {