From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Fri, 3 May 2013 22:43:26 +0200 (CEST) Subject: [U-Boot] [PATCH v3 24/25] imx: m53evk: Convert to iomux-v3 In-Reply-To: <1367613157-7565-24-git-send-email-benoit.thebaudeau@advansee.com> References: <1367613157-7565-1-git-send-email-benoit.thebaudeau@advansee.com> <1367613157-7565-24-git-send-email-benoit.thebaudeau@advansee.com> Message-ID: <1366755515.533187.1367613806685.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, Marek, On Friday, May 3, 2013 10:32:36 PM, Beno?t Th?baudeau wrote: > There is no change of behavior, except for the folloing line that has been > removed because the iomux mode was not set accordingly and the pad used for > OTG > OC is not this one: > mxc_iomux_set_input(MX53_USBOH3_IPP_IND_OTG_OC_SELECT_INPUT, 1); > > Signed-off-by: Beno?t Th?baudeau > --- > Changes in v3: > - New patch (series rebased on top of Marek's m53evk series). [...] This new version supersedes and concatenates my previous mx25/35/5x iomux series in order to avoid a dependency hell for you. It also makes a few fixes. It is rebased on top of Marek's m53evk series since the series were posted in that order. But if you prefer to apply the series the other way around, you simply have to amend Marek's series with this 24/25 instead of applying it within my series. Best regards, Beno?t