Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964800AbbLCKeh (ORCPT ); Thu, 3 Dec 2015 05:34:37 -0500 Received: from eusmtp01.atmel.com ([212.144.249.242]:31210 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759661AbbLCKdG (ORCPT ); Thu, 3 Dec 2015 05:33:06 -0500 Subject: Re: [PATCH v2 3/4] ARM: at91/dt: sama5d4: update i2c compatible string To: Ludovic Desroches , , References: <1449136434-27619-1-git-send-email-ludovic.desroches@atmel.com> <1449136434-27619-5-git-send-email-ludovic.desroches@atmel.com> CC: , , , , From: Nicolas Ferre Organization: atmel Message-ID: <56601A74.3040507@atmel.com> Date: Thu, 3 Dec 2015 11:33:24 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1449136434-27619-5-git-send-email-ludovic.desroches@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: 1742 Lines: 57 Le 03/12/2015 10:53, Ludovic Desroches a ?crit : > A new compatible string has been introduced: atmel,sama5d4-i2c. It > allows to use the i2c-sda-hold-time-ns property if needed. > > Signed-off-by: Ludovic Desroches Wolfram, we'll take this one with us in the at91 branches that will go into arm-soc. It'll be queued in at91-4.5-dt branch soon. Acked-by: Nicolas Ferre > --- > arch/arm/boot/dts/sama5d4.dtsi | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi > index 2193637..83d7e7c 100644 > --- a/arch/arm/boot/dts/sama5d4.dtsi > +++ b/arch/arm/boot/dts/sama5d4.dtsi > @@ -916,7 +916,7 @@ > }; > > i2c0: i2c@f8014000 { > - compatible = "atmel,at91sam9x5-i2c"; > + compatible = "atmel,sama5d4-i2c"; > reg = <0xf8014000 0x4000>; > interrupts = <32 IRQ_TYPE_LEVEL_HIGH 6>; > dmas = <&dma1 > @@ -935,7 +935,7 @@ > }; > > i2c1: i2c@f8018000 { > - compatible = "atmel,at91sam9x5-i2c"; > + compatible = "atmel,sama5d4-i2c"; > reg = <0xf8018000 0x4000>; > interrupts = <33 IRQ_TYPE_LEVEL_HIGH 6>; > dmas = <&dma1 > @@ -975,7 +975,7 @@ > }; > > i2c2: i2c@f8024000 { > - compatible = "atmel,at91sam9x5-i2c"; > + compatible = "atmel,sama5d4-i2c"; > reg = <0xf8024000 0x4000>; > interrupts = <34 IRQ_TYPE_LEVEL_HIGH 6>; > dmas = <&dma1 > -- 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/