[PATCH 6/6] PowerPC 440EPx: Sequoia new EMAC support
Josh Boyer
jwboyer at linux.vnet.ibm.com
Fri Aug 3 06:35:51 EST 2007
On Mon, 30 Jul 2007 19:23:39 +0400
Valentine Barshak <vbarshak at ru.mvista.com> wrote:
> The patch adds PHY support for the Sequoia board to the new EMAC driver and
> enables NEW_EMAC for 440EPx Kconfig.
> The phy code has been written by Stefan Roese.
> This has been tested with the following version of the EMAC dirver:
>
> http://ozlabs.org/~dgibson/home/emac/powerpc-emac-new-20070516.patch
>
> Signed-off-by: Stefan Roese <sr at denx.de>
> Signed-off-by: Valentine Barshak <vbarshak at ru.mvista.com>
> ---
> arch/powerpc/platforms/44x/Kconfig | 5 +---
> drivers/net/ibm_newemac/phy.c | 39 +++++++++++++++++++++++++++++++++++++
> 2 files changed, 41 insertions(+), 3 deletions(-)
>
> --- linux.orig/arch/powerpc/platforms/44x/Kconfig 2007-07-30 15:05:50.000000000 +0400
> +++ linux/arch/powerpc/platforms/44x/Kconfig 2007-07-30 17:59:05.000000000 +0400
> @@ -47,9 +47,8 @@
> config 440EPX
> bool
> select PPC_FPU
> -# Disabled until the new EMAC Driver is merged.
> -# select IBM_NEW_EMAC_EMAC4
> -# select IBM_NEW_EMAC_ZMII
> + select IBM_NEW_EMAC_EMAC4
> + select IBM_NEW_EMAC_ZMII
Probably don't want this bit yet. The EMAC driver isn't really merged
yet.
josh
More information about the Linuxppc-dev
mailing list