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>
This commit is contained in:
parent
79942c4ffc
commit
095968f1b1
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user