From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Wahren Subject: Re: [PATCH] ARM: dts: imx23-olinuxino: Add i2c support Date: Thu, 9 Apr 2015 00:12:55 +0200 (CEST) Message-ID: <1158701263.68321.1428531175931.JavaMail.open-xchange@oxbaltgw03.schlund.de> References: <1428515100-1496-1-git-send-email-harald@ccbib.org> Reply-To: Stefan Wahren Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1428515100-1496-1-git-send-email-harald-95f8Dae0BrPYtjvyW6yDsg@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Harald Geyer Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Sascha Hauer , Shawn Guo , Fabio.Estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Harald, [ add devicetree mailinglist ] > Harald Geyer hat am 8. April 2015 um 19:45 geschrieben: > > > The imx23-olinuxino board has an i2c interface exposed on UEXT connector. AFAIK the iMX233-OLinuXino-MICRO don't have a UEXT connector. Maybe we reached the point to make dts files for every Olinuxino board. In that case we could also handle the USB Host / Peripherial issue. > This patch provides the necessary devicetree code. > Tested with MOD-LCD1x9 from Olimex. > > This patch is based on work by Fadil Berisha with his permission. However > all bugs are mine. > > Signed-off-by: Harald Geyer > --- > arch/arm/boot/dts/imx23-olinuxino.dts | 6 +++++ > arch/arm/boot/dts/imx23.dtsi | 40 ++++++++++++++++++++++++++++++++- > 2 files changed, 45 insertions(+), 1 deletion(-) > > [...] > --- a/arch/arm/boot/dts/imx23.dtsi > +++ b/arch/arm/boot/dts/imx23.dtsi > @@ -308,6 +308,39 @@ > fsl,voltage = ; > fsl,pull-up = ; > }; > + > + i2c_pins_a: i2c@0 { > + reg = <0>; > + fsl,pinmux-ids = < > + MX23_PAD_I2C_SCL__I2C_SCL > + MX23_PAD_I2C_SDA__I2C_SDA > + >; > + fsl,drive-strength = ; > + fsl,voltage = ; > + fsl,pull-up = ; > + }; > + > + i2c_pins_b: i2c@1 { > + reg = <1>; > + fsl,pinmux-ids = < > + MX23_PAD_LCD_ENABLE__I2C_SCL > + MX23_PAD_LCD_HSYNC__I2C_SDA > + >; > + fsl,drive-strength = ; > + fsl,voltage = ; > + fsl,pull-up = ; > + }; > + > + i2c_pins_c: i2c@2 { > + reg = <2>; > + fsl,pinmux-ids = < > + MX23_PAD_SSP1_DATA1__I2C_SCL > + MX23_PAD_SSP1_DATA2__I2C_SDA > + >; > + fsl,drive-strength = ; > + fsl,voltage = ; > + fsl,pull-up = ; > + }; Please add only i2c_pins_b because this pin muxing is the only used one. Thanks Stefan -- 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