From patchwork Tue Mar 26 21:44:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Clouter X-Patchwork-Id: 2344131 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 DFCB73FC54 for ; Tue, 26 Mar 2013 21:51:16 +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 1UKbjq-00061j-43; Tue, 26 Mar 2013 21:49:02 +0000 Received: from marmot.wormnet.eu ([2a03:9800:10:2d:3203:b3a5:8bdc:5b68]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UKbhm-0005Gs-W6 for linux-arm-kernel@lists.infradead.org; Tue, 26 Mar 2013 21:46:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=digriz.org.uk; s=wopr; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=lHYDove2fm2yIpj4aTlBeFxASCxlsaAawwMh3MGiyOk=; b=TfSOHoAJF24DxpwOIYAvlj4P746CvPxn8Y/iZncpcxlmqSSrbwJB2s3Gl8MYqXkaPDwWzUqaKBlbkLHsMWSs0jSpWKY0LucQWjaiftvHJHmWDbuRtOCRcwKSrG1UeOFW3sVvk8d+XfDxoSXw2QdYU+L9su1LgILxYe6ertosins=; Received: from [2a01:348:45:1000:25a5:93c:7747:a245] (helo=berk.digriz.org.uk) by marmot.wormnet.eu with smtp (Exim 4.80) (envelope-from ) id 1UKbhj-0007lU-MK; Tue, 26 Mar 2013 21:46:52 +0000 Received: (nullmailer pid 21261 invoked by uid 1000); Tue, 26 Mar 2013 21:44:52 -0000 From: Alexander Clouter To: Jason Cooper , Andrew Lunn , Arnd Bergmann Subject: [PATCHv3 4/4] arm: orion5x: correct IRQ used in dtsi for mv_cesa Date: Tue, 26 Mar 2013 21:44:49 +0000 Message-Id: <1364334289-19669-5-git-send-email-alex@digriz.org.uk> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1364334289-19669-1-git-send-email-alex@digriz.org.uk> References: <1364334289-19669-1-git-send-email-alex@digriz.org.uk> X-WormNet-Spam-Score: -1.1 (-) X-WormNet-Spam-Report: from marmot.wormnet.eu -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS Tokens: new, 63; hammy, 59; neutral, 44; spammy, 3. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130326_174655_174804_B93B9544 X-CRM114-Status: UNSURE ( 7.52 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 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: Alexander Clouter , linux-arm-kernel@lists.infradead.org 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 The crypto functionality in the orion5x dtsi uses the Ethernet IRQ and so things do not work and there is much grumbling at boot time. The IRQ for the crypto should be 28, and not 22, and that is what this patch corrects. Signed-off-by: Alexander Clouter --- arch/arm/boot/dts/orion5x.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi index c37290b..892c64e 100644 --- a/arch/arm/boot/dts/orion5x.dtsi +++ b/arch/arm/boot/dts/orion5x.dtsi @@ -129,7 +129,7 @@ reg = <0x90000 0x10000>, <0xf2200000 0x800>; reg-names = "regs", "sram"; - interrupts = <22>; + interrupts = <28>; status = "okay"; }; };