From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by ozlabs.org (Postfix) with ESMTP id 2EE11DDEF9 for ; Tue, 1 Apr 2008 22:06:56 +1100 (EST) Message-ID: <47F2174B.4040004@grandegger.com> Date: Tue, 01 Apr 2008 13:06:51 +0200 From: Wolfgang Grandegger MIME-Version: 1.0 To: Grant Likely Subject: Re: Using FEC on a MPC5200 with default PHY configuration References: <47F0ACC7.9080709@grandegger.com> <47F0B26A.10801@grandegger.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Cc: ppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Grant Likely wrote: > On Mon, Mar 31, 2008 at 3:44 AM, Wolfgang Grandegger wrote: >> Wolfgang Grandegger wrote: >> > Hello, >> > >> > is it possible to use the FEC on a MPC5200 with the default hardware PHY >> > configuration. I mean running the link with a default speed without >> > handling or even touching the PHY like U-Boot does. I removed the PHY >> > entries from the DTS file and disabled CONFIG_FEC_MPC52xx_MDIO but it >> > did not work. >> >> To be more precise, I want to support a 3-Port managed switch with PHY >> from Micrel using the direct switch link. > > I'm actually working on this exact problem at the moment. I'll get a > patch out shortly to do so. Great, if I can help with testing, please let me know. Wolfgang.