From patchwork Thu Jun 6 05:41:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Porter X-Patchwork-Id: 2677171 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id B31883FD4E for ; Thu, 6 Jun 2013 05:43:36 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UkSyA-0003vv-N2; Thu, 06 Jun 2013 05:42:43 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UkSxw-0006Lw-3B; Thu, 06 Jun 2013 05:42:28 +0000 Received: from mail-ie0-x235.google.com ([2607:f8b0:4001:c03::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UkSxe-0006Jh-I8 for linux-arm-kernel@lists.infradead.org; Thu, 06 Jun 2013 05:42:11 +0000 Received: by mail-ie0-f181.google.com with SMTP id x14so6079958ief.12 for ; Wed, 05 Jun 2013 22:41:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=cNle2z7p4HXnxbDHhkoAV7OU2yJQ8rV0RNa3QByTP0w=; b=guRd6g7xfCyF5gCdyXY5z0nyDFjUr3KFKH+nPZkRIGdT+60JiIt5+EplfaIhFq2nzT Nv0lF240AGcLuwp+h4tsiWlp/kXYS3gSrAI6ARQsFvb0CNrcoWGYiuZh+sr+CFO73NQm D5fSJ5JtZ56tIMmdY/IXkyZe+c4JnybiA2pax0JCcOLXImBxFDGfk+nvKV5zfJskBRk/ 8L0qhe2hPvHIlWXbgYTGqdF1PARjRbrXjNTWnAI239EEl6G2oKUPbD7Wg8AW10rtTjCI DsB+a7eTwIL2s2tDwjsKQMfqAj6i1Uz1WZF64557JcUtaTeoQEOcNcdNN5xHkshW6Pm8 beOw== X-Received: by 10.42.155.202 with SMTP id v10mr16588166icw.2.1370497309529; Wed, 05 Jun 2013 22:41:49 -0700 (PDT) Received: from beef.ohporter.com (cpe-98-27-254-98.neo.res.rr.com. [98.27.254.98]) by mx.google.com with ESMTPSA id l14sm9890138igf.9.2013.06.05.22.41.48 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 05 Jun 2013 22:41:49 -0700 (PDT) From: Matt Porter To: Christian Daudt , Arnd Bergmann , Olof Johansson Subject: [PATCH 2/2] ARM: dts: bcm281xx: use existing defines for irqs Date: Thu, 6 Jun 2013 01:41:35 -0400 Message-Id: <1370497295-12682-3-git-send-email-matt.porter@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1370497295-12682-1-git-send-email-matt.porter@linaro.org> References: <1370497295-12682-1-git-send-email-matt.porter@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130606_014210_653414_2427ED0D X-CRM114-Status: GOOD ( 10.94 ) 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 ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (ohiomdp[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Stephen Warren , Linux Kernel Mailing List , Linux ARM Kernel List , Linaro Patches 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: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Use the standard interrupt-controller and ARM GIC constants to improve the readability of bcm281xx DT irq properties. Signed-off-by: Matt Porter --- arch/arm/boot/dts/bcm11351.dtsi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index c08810e..824bebe 100644 --- a/arch/arm/boot/dts/bcm11351.dtsi +++ b/arch/arm/boot/dts/bcm11351.dtsi @@ -11,6 +11,9 @@ * GNU General Public License for more details. */ +#include +#include + #include "skeleton.dtsi" / { @@ -41,7 +44,7 @@ status = "disabled"; reg = <0x3e000000 0x1000>; clock-frequency = <13000000>; - interrupts = <0x0 67 0x4>; + interrupts = ; reg-shift = <2>; reg-io-width = <4>; }; @@ -56,7 +59,7 @@ timer@35006000 { compatible = "bcm,kona-timer"; reg = <0x35006000 0x1000>; - interrupts = <0x0 7 0x4>; + interrupts = ; clock-frequency = <32768>; };