From: Tim Harvey Date: Mon, 13 Mar 2017 15:51:05 +0000 (-0700) Subject: imx: ventana: change name of rs232_en to indicate polarity X-Git-Tag: v2017.05-rc1~49^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=095968f1b1ae3a75272973161b5ce91e65707317;p=u-boot imx: ventana: change name of rs232_en to indicate polarity Signed-off-by: Tim Harvey Reviewed-by: Stefano Babic --- 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); }