From patchwork Mon Jul 25 16:09:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jamie Iles X-Patchwork-Id: 1005412 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p6PGAi0C002231 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 25 Jul 2011 16:11:05 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QlNji-0007eJ-NN; Mon, 25 Jul 2011 16:10:31 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QlNji-0001Y4-6k; Mon, 25 Jul 2011 16:10:30 +0000 Received: from mail-ww0-f49.google.com ([74.125.82.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QlNjN-0001U5-AC for linux-arm-kernel@lists.infradead.org; Mon, 25 Jul 2011 16:10:10 +0000 Received: by mail-ww0-f49.google.com with SMTP id 22so3073550wwf.18 for ; Mon, 25 Jul 2011 09:10:09 -0700 (PDT) Received: by 10.216.160.68 with SMTP id t46mr4012840wek.5.1311610208852; Mon, 25 Jul 2011 09:10:08 -0700 (PDT) Received: from localhost (gw-ba1.picochip.com [94.175.234.108]) by mx.google.com with ESMTPS id r48sm3511777weq.2.2011.07.25.09.10.07 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Jul 2011 09:10:08 -0700 (PDT) From: Jamie Iles To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/3] versatile dt: set the irq-start property for the vic Date: Mon, 25 Jul 2011 17:09:59 +0100 Message-Id: <1311610200-12408-3-git-send-email-jamie@jamieiles.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1311610200-12408-1-git-send-email-jamie@jamieiles.com> References: <1311610200-12408-1-git-send-email-jamie@jamieiles.com> X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110725_121009_518006_17F4C5CB X-CRM114-Status: GOOD ( 12.27 ) X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.49 listed in list.dnswl.org] Cc: Jamie Iles , devicetree-discuss@lists.ozlabs.org, Russell King X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Mon, 25 Jul 2011 16:11:05 +0000 (UTC) Set an irq-start property for the vic in versatile's dt so that we can convert the versatile platform to use common vic probing. Cc: devicetree-discuss@lists.ozlabs.org Cc: Russell King Signed-off-by: Jamie Iles --- arch/arm/boot/dts/versatile-ab.dts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/versatile-ab.dts b/arch/arm/boot/dts/versatile-ab.dts index 2723804..1c6a1e3 100644 --- a/arch/arm/boot/dts/versatile-ab.dts +++ b/arch/arm/boot/dts/versatile-ab.dts @@ -79,6 +79,7 @@ interrupt-controller; #interrupt-cells = <1>; reg = <0x10140000 0x1000>; + irq-start = <0>; }; sic: intc@10003000 {