Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754875Ab3JDOTz (ORCPT ); Fri, 4 Oct 2013 10:19:55 -0400 Received: from mail-wg0-f43.google.com ([74.125.82.43]:38829 "EHLO mail-wg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754395Ab3JDOTx (ORCPT ); Fri, 4 Oct 2013 10:19:53 -0400 Message-ID: <524ECE84.6030902@baylibre.com> Date: Fri, 04 Oct 2013 16:19:48 +0200 From: Benoit Cousson Organization: BayLibre User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Joel Fernandes CC: Linux OMAP List , Linux ARM Kernel List , Linux MMC List , Tony Lindgren , Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Russell King , "open list:OMAP DEVICE TREE..." , open list Subject: Re: [PATCH v2 5/9] am33xx: dts: Fix AES interrupt number References: <1380553986-15910-1-git-send-email-joelf@ti.com> <1380553986-15910-6-git-send-email-joelf@ti.com> In-Reply-To: <1380553986-15910-6-git-send-email-joelf@ti.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 947 Lines: 33 On 30/09/2013 17:13, Joel Fernandes wrote: > Signed-off-by: Joel Fernandes Even if this is obvious, a small changelog is always recommended. Thanks, Benoit > --- > arch/arm/boot/dts/am33xx.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > index 0daa1b2..d7be90a 100644 > --- a/arch/arm/boot/dts/am33xx.dtsi > +++ b/arch/arm/boot/dts/am33xx.dtsi > @@ -724,7 +724,7 @@ > compatible = "ti,omap4-aes"; > ti,hwmods = "aes"; > reg = <0x53500000 0xa0>; > - interrupts = <102>; > + interrupts = <103>; > dmas = <&edma 6 > &edma 5>; > dma-names = "tx", "rx"; > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/