commit | 925f2835fe3d1e4d645a4ed4b6723bde573ed88e | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Mon May 07 10:42:57 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:34 2012 +0200 |
tree | 063071487402896d257a0afa4ab089c82c9d6da8 | |
parent | 8b3533c6269fcb7d218c3fcc1a034ec37621df91 [diff] |
mx53loco: Remove unneeded gpio_set_value() There is no need to set the VBUS power enable to 0 first and then to 1. Set it to 1 in the gpio_direction_output() function. While at it, use the standard naming convention for the GPIO comment. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>