From mboxrd@z Thu Jan 1 00:00:00 1970 From: ynezz@true.cz (Petr =?iso-8859-2?Q?=A9tetiar?=) Date: Fri, 8 Jan 2016 09:57:34 +0100 Subject: [PATCH v2 1/2] ARM: dts: imx6: Add support for Toradex Apalis iMX6Q/D SoM In-Reply-To: <1452011942-11940-2-git-send-email-marcel.ziswiler@toradex.com> References: <1452011942-11940-1-git-send-email-marcel.ziswiler@toradex.com> <1452011942-11940-2-git-send-email-marcel.ziswiler@toradex.com> Message-ID: <20160108085734.GC27359@ibawizard.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > + i2cddc: i2c at 0 { > + gpios = <&gpio3 16 GPIO_ACTIVE_HIGH /* sda */ > + &gpio2 30 GPIO_ACTIVE_HIGH /* scl */ > + >; According to one of the comments, it should be changed to the following: sda-gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>; scl-gpios = <&gpio2 30 GPIO_ACTIVE_HIGH>; -- ynezz From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr =?iso-8859-2?Q?=A9tetiar?= Subject: Re: [PATCH v2 1/2] ARM: dts: imx6: Add support for Toradex Apalis iMX6Q/D SoM Date: Fri, 8 Jan 2016 09:57:34 +0100 Message-ID: <20160108085734.GC27359@ibawizard.net> References: <1452011942-11940-1-git-send-email-marcel.ziswiler@toradex.com> <1452011942-11940-2-git-send-email-marcel.ziswiler@toradex.com> Reply-To: Petr =?iso-8859-2?Q?=A9tetiar?= Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1452011942-11940-2-git-send-email-marcel.ziswiler-2KBjVHiyJgBBDgjK7y7TUQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Marcel Ziswiler Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Lucas Stach , Russell King , Sascha Hauer , Petr =?iso-8859-2?Q?=A9tetiar?= , Shawn Guo , Fabio Estevam , Kumar Gala , Ian Campbell , Stefan Agner , Joshua Clayton , Rob Herring , Pawel Moll , Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Shawn Guo List-Id: devicetree@vger.kernel.org > + i2cddc: i2c@0 { > + gpios = <&gpio3 16 GPIO_ACTIVE_HIGH /* sda */ > + &gpio2 30 GPIO_ACTIVE_HIGH /* scl */ > + >; According to one of the comments, it should be changed to the following: sda-gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>; scl-gpios = <&gpio2 30 GPIO_ACTIVE_HIGH>; -- ynezz -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754251AbcAHI5k (ORCPT ); Fri, 8 Jan 2016 03:57:40 -0500 Received: from ibawizard.net ([82.208.49.253]:39283 "EHLO mengele.ibawizard.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750794AbcAHI5j (ORCPT ); Fri, 8 Jan 2016 03:57:39 -0500 Date: Fri, 8 Jan 2016 09:57:34 +0100 From: Petr =?iso-8859-2?Q?=A9tetiar?= To: Marcel Ziswiler Cc: linux-arm-kernel@lists.infradead.org, Lucas Stach , Russell King , Sascha Hauer , Petr =?iso-8859-2?Q?=A9tetiar?= , Shawn Guo , Fabio Estevam , Kumar Gala , Ian Campbell , Stefan Agner , Joshua Clayton , Rob Herring , Pawel Moll , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Shawn Guo Subject: Re: [PATCH v2 1/2] ARM: dts: imx6: Add support for Toradex Apalis iMX6Q/D SoM Message-ID: <20160108085734.GC27359@ibawizard.net> Reply-To: Petr =?iso-8859-2?Q?=A9tetiar?= References: <1452011942-11940-1-git-send-email-marcel.ziswiler@toradex.com> <1452011942-11940-2-git-send-email-marcel.ziswiler@toradex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452011942-11940-2-git-send-email-marcel.ziswiler@toradex.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > + i2cddc: i2c@0 { > + gpios = <&gpio3 16 GPIO_ACTIVE_HIGH /* sda */ > + &gpio2 30 GPIO_ACTIVE_HIGH /* scl */ > + >; According to one of the comments, it should be changed to the following: sda-gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>; scl-gpios = <&gpio2 30 GPIO_ACTIVE_HIGH>; -- ynezz