[U-Boot] [PATCH] sunxi: Request macpwr gpio before using it

Ian Campbell ijc+uboot at hellion.org.uk
Sun Jun 7 18:04:24 CEST 2015


On Sun, 2015-06-07 at 16:59 +0200, Hans de Goede wrote:
> This fixes ethernet no longer working on boards which use a gpio to enable
> the phy.
> 
> Signed-off-by: Hans de Goede <hdegoede at redhat.com>

Acked-by: Ian Campbell <ijc at hellion.org.uk>

> ---
>  arch/arm/cpu/armv7/sunxi/board.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/cpu/armv7/sunxi/board.c b/arch/arm/cpu/armv7/sunxi/board.c
> index 215551f..bd0d819 100644
> --- a/arch/arm/cpu/armv7/sunxi/board.c
> +++ b/arch/arm/cpu/armv7/sunxi/board.c
> @@ -241,6 +241,7 @@ int cpu_eth_init(bd_t *bis)
>  	__maybe_unused int rc;
>  
>  #ifdef CONFIG_MACPWR
> +	gpio_request(CONFIG_MACPWR, "macpwr");
>  	gpio_direction_output(CONFIG_MACPWR, 1);
>  	mdelay(200);
>  #endif




More information about the U-Boot mailing list