From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ngcobalt02.manitu.net (ngcobalt02.manitu.net [217.11.48.102]) by ozlabs.org (Postfix) with ESMTP id EF1D82C008E for ; Tue, 18 Dec 2012 21:33:21 +1100 (EST) Message-ID: <50D03E16.1080903@grandegger.com> Date: Tue, 18 Dec 2012 10:57:42 +0100 From: Wolfgang Grandegger MIME-Version: 1.0 To: Johannes Braun Subject: Re: tqm5200s phy link toggles between up and down References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 12/18/2012 10:44 AM, Johannes Braun wrote: > Hello, > > I hope someone could help me with my problem. Currently I am porting > a new kernel (3.3.8) for a tqm5200s based board. This is not really a new kernel. > The previous kernel was 2.6.23. The new kernel version is needed because > of support for a wireless card. > > The new kernel has problems with my ethernet PHY. The problem occurs only > with our hardware. Not with the TQ eval board. > The eval board uses a Intel PHY. Our board uses a Marvel 88E6085 PHY. Is it a PHY or a switch? If is a switch you need to configure a fixed link to the switch. This can be done via dts file. Note the the DSA also supports this chip. Wolfgang.