Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932845AbcLMKDL (ORCPT ); Tue, 13 Dec 2016 05:03:11 -0500 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:48451 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932469AbcLMKDI (ORCPT ); Tue, 13 Dec 2016 05:03:08 -0500 Subject: Re: [PATCH v6 4/5] ARM: dts: stm32: Add I2C1 support for STM32429 eval board To: "M'boumba Cedric Madianga" , , , , , , , , , , References: <1481559342-6106-1-git-send-email-cedric.madianga@gmail.com> <1481559342-6106-5-git-send-email-cedric.madianga@gmail.com> From: Alexandre Torgue Message-ID: Date: Tue, 13 Dec 2016 11:02:28 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1481559342-6106-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.75.127.46] X-ClientProxiedBy: SFHDAG5NODE3.st.com (10.75.127.15) To SFHDAG5NODE2.st.com (10.75.127.14) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-12-13_07:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 671 Lines: 26 Hi Cedric, On 12/12/2016 05:15 PM, M'boumba Cedric Madianga wrote: > Signed-off-by: M'boumba Cedric Madianga Can you please add a commit message. > --- > arch/arm/boot/dts/stm32429i-eval.dts | 6 ++++++ > 1 file changed, 6 insertions(+) > > 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"; > +}; >