projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79942c4
)
imx: ventana: change name of rs232_en to indicate polarity
author
Tim Harvey
<tharvey@gateworks.com>
Mon, 13 Mar 2017 15:51:05 +0000
(08:51 -0700)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 19 Mar 2017 16:29:54 +0000
(17:29 +0100)
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
board/gateworks/gw_ventana/common.c
patch
|
blob
|
history
diff --git
a/board/gateworks/gw_ventana/common.c
b/board/gateworks/gw_ventana/common.c
index eb14cb7f07f9e95d9d622c25720daf8f218a9e13..49d6e52a53972abe615ced5247841750236f1617 100644
(file)
--- a/
board/gateworks/gw_ventana/common.c
+++ b/
board/gateworks/gw_ventana/common.c
@@
-738,7
+738,7
@@
void setup_iomux_gpio(int board, struct ventana_board_info *info)
/* RS232_EN# */
if (gpio_cfg[board].rs232_en) {
- gpio_request(gpio_cfg[board].rs232_en, "rs232_en");
+ gpio_request(gpio_cfg[board].rs232_en, "rs232_en
#
");
gpio_direction_output(gpio_cfg[board].rs232_en, 0);
}