From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets Date: Wed, 16 Sep 2015 17:14:58 -0700 Message-ID: <20150917001458.GF4215@atomide.com> References: <1442356471-13235-1-git-send-email-notasas@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1442356471-13235-1-git-send-email-notasas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Grazvydas Ignotas Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, =?utf-8?Q?Beno=C3=AEt?= Cousson List-Id: devicetree@vger.kernel.org * Grazvydas Ignotas [150915 15:38]: > The i2c5 pinctrl offsets are wrong. If the bootloader doesn't set the > pins up, communication with tca6424a doesn't work (controller timeouts) > and it is not possible to enable HDMI. > > Fixes: 9be495c42609 ("ARM: dts: omap5-evm: Add I2c pinctrl data") > Signed-off-by: Grazvydas Ignotas Thanks applying into omap-for-v4.3/fixes. Tony > --- > arch/arm/boot/dts/omap5-uevm.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts > index 3cc8f35..3cb030f 100644 > --- a/arch/arm/boot/dts/omap5-uevm.dts > +++ b/arch/arm/boot/dts/omap5-uevm.dts > @@ -174,8 +174,8 @@ > > i2c5_pins: pinmux_i2c5_pins { > pinctrl-single,pins = < > - 0x184 (PIN_INPUT | MUX_MODE0) /* i2c5_scl */ > - 0x186 (PIN_INPUT | MUX_MODE0) /* i2c5_sda */ > + 0x186 (PIN_INPUT | MUX_MODE0) /* i2c5_scl */ > + 0x188 (PIN_INPUT | MUX_MODE0) /* i2c5_sda */ > >; > }; > > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- 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