Re: [U-Boot] [PATCH] mx6qsabrelite: No need to set the direction for GPIO3_23 again

2012-04-23 Thread Stefano Babic
On 11/04/2012 22:22, Fabio Estevam wrote: > There is a 'gpio_direction_output(87, 0);' call previously, so the GPIO > direction is > already established. > > Use gpio_set_value() for changing the GPIO output then. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best re

Re: [U-Boot] [PATCH] mx6qsabrelite: No need to set the direction for GPIO3_23 again

2012-04-12 Thread Dirk Behme
On 11.04.2012 22:22, Fabio Estevam wrote: There is a 'gpio_direction_output(87, 0);' call previously, so the GPIO direction is already established. Use gpio_set_value() for changing the GPIO output then. Signed-off-by: Fabio Estevam --- board/freescale/mx6qsabrelite/mx6qsabrelite.c |2 +-

[U-Boot] [PATCH] mx6qsabrelite: No need to set the direction for GPIO3_23 again

2012-04-11 Thread Fabio Estevam
There is a 'gpio_direction_output(87, 0);' call previously, so the GPIO direction is already established. Use gpio_set_value() for changing the GPIO output then. Signed-off-by: Fabio Estevam --- board/freescale/mx6qsabrelite/mx6qsabrelite.c |2 +- 1 files changed, 1 insertions(+), 1 delet