Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752569AbcLHIjr (ORCPT ); Thu, 8 Dec 2016 03:39:47 -0500 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:62262 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751254AbcLHIjp (ORCPT ); Thu, 8 Dec 2016 03:39:45 -0500 Subject: Re: [PATCH v5 4/5] ARM: dts: Add I2C1 support for STM32429 eval board To: "M'boumba Cedric Madianga" , , , , , , , , , , References: <1481185563-8735-1-git-send-email-cedric.madianga@gmail.com> <1481185563-8735-5-git-send-email-cedric.madianga@gmail.com> From: Alexandre Torgue Message-ID: Date: Thu, 8 Dec 2016 09:39:09 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1481185563-8735-5-git-send-email-cedric.madianga@gmail.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.0.2] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-12-08_04:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 739 Lines: 29 Hi Cedric, On 12/08/2016 09:26 AM, M'boumba Cedric Madianga wrote: > Signed-off-by: M'boumba Cedric Madianga > --- > arch/arm/boot/dts/stm32429i-eval.dts | 6 ++++++ > 1 file changed, 6 insertions(+) > Can you change the commit header by: ARM: dts: stm32: Add I2C1 support for STM32429 eval board thx Alex > diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts > index afb90bc..74e0045 100644 > --- a/arch/arm/boot/dts/stm32429i-eval.dts > +++ b/arch/arm/boot/dts/stm32429i-eval.dts > @@ -141,3 +141,9 @@ > pinctrl-names = "default"; > status = "okay"; > }; > + > +&i2c1 { > + pinctrl-0 = <&i2c1_pins_b>; > + pinctrl-names = "default"; > + status = "okay"; > +}; >