commit | 6ecaee8201ddf7dd574e9331ad4249ec867253b5 | [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 | 54cd1dee8f9537c2e3d5bfe2029bf31b2b1cf2f3 [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>