From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ext-cn0ut-6.online-age.net (ext-cn0ut-6.online-age.net [63.210.253.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "ext-cn0ut.online-age.net", Issuer "Savvis Communications Root CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 32CE4DDDDF for ; Tue, 18 Nov 2008 21:54:09 +1100 (EST) Received: from int-cn0ut-2.online-age.net (int-cn0ut-2.online-age.net [3.159.252.71]) by ext-cn0ut-6.online-age.net (8.13.6/8.13.6/20051114-SVVS-TLS-DNSBL) with ESMTP id mAIAs5lU016852 for ; Tue, 18 Nov 2008 05:54:05 -0500 Received: from cinmlip01.e2k.ad.ge.com (int-cn0ut-2.online-age.net [3.159.252.71]) by int-cn0ut-2.online-age.net (8.13.6/8.13.6/20050510-SVVS) with ESMTP id mAIAs4Q2020724 for ; Tue, 18 Nov 2008 05:54:05 -0500 From: Martyn Welch Subject: [PATCH] powerpc: Use generic PHY driver for Marvell 88E1111 PHY on GE Fanuc SBC610 To: linuxppc-dev@ozlabs.org Date: Tue, 18 Nov 2008 10:55:45 +0000 Message-ID: <20081118105451.7835.78476.stgit@ubuntu8041.localdomain> In-Reply-To: <20081118102023.7047.94495.stgit@ubuntu8041.localdomain> References: <20081118102023.7047.94495.stgit@ubuntu8041.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Cc: paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The Marvell PHY driver is currently being used for the 88E1111 on the SBC610. This driver is causing the link to run in 10/Half mode, the generic PHY driver is correctly configuring the PHY as 1000/Full. Edit default config to use generic PHY driver. Signed-off-by: Martyn Welch --- Agh! My mistake - forgot to add "Signed-off", sorry. arch/powerpc/configs/86xx/gef_sbc610_defconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/configs/86xx/gef_sbc610_defconfig b/arch/powerpc/configs/86xx/gef_sbc610_defconfig index 2da13e0..07ccaf8 100644 --- a/arch/powerpc/configs/86xx/gef_sbc610_defconfig +++ b/arch/powerpc/configs/86xx/gef_sbc610_defconfig @@ -838,7 +838,7 @@ CONFIG_PHYLIB=y # # MII PHY device drivers # -CONFIG_MARVELL_PHY=y +# CONFIG_MARVELL_PHY is not set # CONFIG_DAVICOM_PHY is not set # CONFIG_QSEMI_PHY is not set # CONFIG_LXT_PHY is not set