From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tmnt04.transmode.se (mail.transmode.se [83.241.175.147]) by ozlabs.org (Postfix) with ESMTP id 6A7CCDDEB9 for ; Fri, 15 Feb 2008 03:36:34 +1100 (EST) Subject: BUG: ucc_geth, MDIO only works for UCC3(ucc@2200) on MPC8321 From: Joakim Tjernlund To: 'linuxppc-dev Development' , Kim Phillips , Li Yang Content-Type: text/plain Date: Thu, 14 Feb 2008 17:36:31 +0100 Message-Id: <1203006991.5419.64.camel@gentoo-jocke.transmode.se> Mime-Version: 1.0 Reply-To: joakim.tjernlund@transmode.se List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Trying to use other UCC2 or UCC4 for ethernet instead of UCC3 makes MDIO unusable. UCC2 can not find its PHY if not UCC3 is present too. Seems like only UCC3 is able to drive the MDIO bus. Jocke