commit | 7c96a77e94b1dfc962d93c816bdfc5f609d9430d | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Apr 07 07:41:00 2016 +0200 |
committer | Stefan Roese <sr@denx.de> | Tue Apr 12 11:13:33 2016 +0200 |
tree | b5605789a68ef33a2d57e5cef1c2d21be738ee77 | |
parent | 2dfed2fd7d60a781046038cdcc5d84a7b0be8f4f [diff] |
gpio: mvebu_gpio: Add missing out value set to gpio_direction_output() This patch adds the missing configuration of the output value to the gpio_direction_output() function. Without this, calling gpio_direction_output() does not set the out-value at all and only configures the gpio as output. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Kevin Smith <kevin.smith@elecsyscorp.com> Reviewed-by: Kevin Smith <kevin.smith@elecsyscorp.com>