[U-Boot] [PATCH 05/14] imx: ventana: change name of rs232_en to indicate polarity

Stefano Babic sbabic at denx.de
Fri Mar 17 11:01:38 UTC 2017


On 13/03/2017 16:51, Tim Harvey wrote:
> Signed-off-by: Tim Harvey <tharvey at gateworks.com>
> ---
>  board/gateworks/gw_ventana/common.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/gateworks/gw_ventana/common.c b/board/gateworks/gw_ventana/common.c
> index eb14cb7..49d6e52 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);
>  	}
>  
> 

Reviewed-by: Stefano Babic <sbabic at denx.de>

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list