Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756652AbbHZJFY (ORCPT ); Wed, 26 Aug 2015 05:05:24 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:41495 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751982AbbHZJFW (ORCPT ); Wed, 26 Aug 2015 05:05:22 -0400 Message-ID: <55DD8127.1000909@atmel.com> Date: Wed, 26 Aug 2015 11:04:39 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: , Alexandre Belloni CC: , Boris BREZILLON , Ludovic Desroches , Jean-Christophe PLAGNIOL-VILLARD , Subject: Re: [PATCH] ARM: at91/dt: corrections to i2c1 declaration to sama5d4 References: <1440578745-9585-1-git-send-email-nicolas.ferre@atmel.com> In-Reply-To: <1440578745-9585-1-git-send-email-nicolas.ferre@atmel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1660 Lines: 51 Le 26/08/2015 10:45, Nicolas Ferre a ?crit : > From: Holger Busse > > Correcting the dma declaration for i2c1 dma. > > Signed-off-by: Holger Busse > Signed-off-by: Nicolas Ferre Oh, and I forgot to add: Fixes: 4cc7cdf35c5f ("ARM: at91/dt: add i2c1 declaration to sama5d4") Cc: stable@vger.kernel.org # v4.1+ I'll add that when I including it to the "dt" branch. Bye, > --- > arch/arm/boot/dts/sama5d4.dtsi | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi > index 3ee22ee13c5a..1ba10e495f21 100644 > --- a/arch/arm/boot/dts/sama5d4.dtsi > +++ b/arch/arm/boot/dts/sama5d4.dtsi > @@ -939,11 +939,11 @@ > reg = <0xf8018000 0x4000>; > interrupts = <33 IRQ_TYPE_LEVEL_HIGH 6>; > dmas = <&dma1 > - (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1)) > - AT91_XDMAC_DT_PERID(4)>, > + (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) > + | AT91_XDMAC_DT_PERID(4))>, > <&dma1 > - (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1)) > - AT91_XDMAC_DT_PERID(5)>; > + (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) > + | AT91_XDMAC_DT_PERID(5))>; > dma-names = "tx", "rx"; > pinctrl-names = "default"; > pinctrl-0 = <&pinctrl_i2c1>; > -- Nicolas Ferre -- 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/