commit | bdb9f7604ddaffe623267df5c381353ac23a90a6 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Wed Apr 11 10:22:24 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:31 2012 +0200 |
tree | 87870aa438e74238e10243a4573b24c9e4b119ec | |
parent | 20831061d8cec4ec537fada6b9abe263e208b4ae [diff] |
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>