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

Maxin B. John maxin.john at enea.com
Sun Jun 7 20:00:46 CEST 2015


Hi,

On Sun, Jun 07, 2015 at 04:59:30PM +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>
> ---

Looks like we sent the same patch to the mailing list today :)
http://lists.denx.de/pipermail/u-boot/2015-June/216084.html

>  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
> -- 
> 2.4.2

Tested the same on a Banana Pi board and if it matters,

Tested-by: Maxin B. John <maxin.john at enea.com>

Best Regards,
Maxin


More information about the U-Boot mailing list