[U-Boot] [PATCH 2/3] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate.

Clint Adams clint at debian.org
Tue Apr 12 20:48:56 CEST 2011


On Tue, Apr 12, 2011 at 11:38:13AM -0700, Julian Pidancet wrote:
> This part only initialize second PHY for the OpenRD-Client board and not
> the OpenRD-Ultimate.
> I would do something like:
> 
> #if defined(CONFIG_BOARD_IS_OPENRD_CLIENT) ||
> defined(CONFIG_BOARD_IS_OPENRD_ULTIMATE)
> #if defined(CONFIG_BOARD_IS_OPENRD_CLIENT)
>         miiphy_write("egiga1", 0xEE, 0xEE, 24);
> #endif
>         mv_phy_init("egiga1");
> #endif
> 
> Or similar.

Revised patchset on its way.


More information about the U-Boot mailing list