From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 06 May 2013 15:22:47 +0200 Subject: [U-Boot] [PATCH] imx: mx35pdk: Fix MUX2_CTR GPIO In-Reply-To: <1367840031-25944-1-git-send-email-benoit.thebaudeau@advansee.com> References: <1367840031-25944-1-git-send-email-benoit.thebaudeau@advansee.com> Message-ID: <5187AEA7.3070801@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/05/2013 13:33, Beno?t Th?baudeau wrote: > MUX2_CTR is on GPIO1[5], not GPIO2[5], and it needs to be set high in order to > connect the FEC. > > Signed-off-by: Beno?t Th?baudeau > --- > board/freescale/mx35pdk/mx35pdk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/board/freescale/mx35pdk/mx35pdk.c b/board/freescale/mx35pdk/mx35pdk.c > index 12e84d7..9f667d2 100644 > --- a/board/freescale/mx35pdk/mx35pdk.c > +++ b/board/freescale/mx35pdk/mx35pdk.c > @@ -245,7 +245,7 @@ int board_late_init(void) > > imx_iomux_v3_setup_pad(MX35_PAD_COMPARE__GPIO1_5); > > - gpio_direction_output(IMX_GPIO_NR(2, 5), 1); > + gpio_direction_output(IMX_GPIO_NR(1, 5), 1); > } > > val = mc9sdz60_reg_read(MC9SDZ60_REG_GPIO_1) | 0x04; > Thanks for fixing it ! Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================