diff options
author | Tim Harvey <tharvey@gateworks.com> | 2017-03-13 08:51:05 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-03-19 17:29:54 +0100 |
commit | 095968f1b1ae3a75272973161b5ce91e65707317 (patch) | |
tree | 74b24123e09fe3d4e184b8953e4cf90f6a01d48c /board/gateworks | |
parent | 79942c4ffc51ba036886848b0b0a23fcba503930 (diff) | |
download | u-boot-095968f1b1ae3a75272973161b5ce91e65707317.tar.gz u-boot-095968f1b1ae3a75272973161b5ce91e65707317.tar.xz u-boot-095968f1b1ae3a75272973161b5ce91e65707317.zip |
imx: ventana: change name of rs232_en to indicate polarity
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/gateworks')
-rw-r--r-- | board/gateworks/gw_ventana/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gateworks/gw_ventana/common.c b/board/gateworks/gw_ventana/common.c index eb14cb7f07..49d6e52a53 100644 --- 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); } |