Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752629AbcLHIsY (ORCPT ); Thu, 8 Dec 2016 03:48:24 -0500 Received: from mail-wj0-f193.google.com ([209.85.210.193]:34803 "EHLO mail-wj0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750989AbcLHIsW (ORCPT ); Thu, 8 Dec 2016 03:48:22 -0500 MIME-Version: 1.0 In-Reply-To: References: <1481185563-8735-1-git-send-email-cedric.madianga@gmail.com> <1481185563-8735-5-git-send-email-cedric.madianga@gmail.com> From: "M'boumba Cedric Madianga" Date: Thu, 8 Dec 2016 09:47:46 +0100 Message-ID: Subject: Re: [PATCH v5 4/5] ARM: dts: Add I2C1 support for STM32429 eval board To: Alexandre Torgue Cc: Wolfram Sang , Rob Herring , Maxime Coquelin , Linus Walleij , Patrice Chotard , linux@armlinux.org.uk, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 940 Lines: 39 Hi Alex, 2016-12-08 9:39 GMT+01:00 Alexandre Torgue : > 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 Ok, I will use this typo in the next version > > 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"; >> +}; >> >