]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
mx6qsabrelite: No need to set the direction for GPIO3_23 again
authorFabio Estevam <festevam@gmail.com>
Wed, 11 Apr 2012 10:22:24 +0000 (10:22 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:31 +0000 (08:31 +0200)
commitbdb9f7604ddaffe623267df5c381353ac23a90a6
tree87870aa438e74238e10243a4573b24c9e4b119ec
parent20831061d8cec4ec537fada6b9abe263e208b4ae
mx6qsabrelite: No need to set the direction for GPIO3_23 again

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 <fabio.estevam@freescale.com>
Acked-by: Dirk Behme <dirk.behme@googlemail.com>
board/freescale/mx6qsabrelite/mx6qsabrelite.c