Re: [U-Boot] [PATCH] mx6ul_14x14_evk: don't use array for SD2 card detect pad

2016-08-26 Thread Stefano Babic
On 06/08/2016 01:51, Eric Nelson wrote: > Only a single pad is changed to change sdhc2_dat3 from an > SDIO pin to and from GPIO4:5, so remove the array and use > the imx_iomux_v3_setup_pad() routine. > > Signed-off-by: Eric Nelson > --- > board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c | 24 >

Re: [U-Boot] [PATCH] mx6ul_14x14_evk: don't use array for SD2 card detect pad

2016-08-08 Thread Fabio Estevam
Hi Eric, On Fri, Aug 5, 2016 at 8:51 PM, Eric Nelson wrote: > Only a single pad is changed to change sdhc2_dat3 from an > SDIO pin to and from GPIO4:5, so remove the array and use > the imx_iomux_v3_setup_pad() routine. > > Signed-off-by: Eric Nelson Thanks for the patch: Reviewed-by: Fabio Es

[U-Boot] [PATCH] mx6ul_14x14_evk: don't use array for SD2 card detect pad

2016-08-05 Thread Eric Nelson
Only a single pad is changed to change sdhc2_dat3 from an SDIO pin to and from GPIO4:5, so remove the array and use the imx_iomux_v3_setup_pad() routine. Signed-off-by: Eric Nelson --- board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c | 24 ++- 1 file changed, 10 insertions(+