From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo-p05-ob.rzone.de (mo-p05-ob.rzone.de [81.169.146.182]) by ozlabs.org (Postfix) with ESMTP id B6AF1DDFDC for ; Thu, 9 Apr 2009 04:19:22 +1000 (EST) From: Stefan Roese To: Grant Likely Subject: Re: AMCC 440EP phy detection Date: Wed, 8 Apr 2009 20:19:06 +0200 References: <49DB8033.1090908@embeddedarm.com> <200904081801.27754.sr@denx.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200904082019.06889.sr@denx.de> Cc: linuxppc-dev@ozlabs.org, Eddie Dawydiuk List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wednesday 08 April 2009, Grant Likely wrote: > >> I would like to eventually submit our changes for upstream support. > >> Based on this would you recommend ensuring tx enable is configured > >> properly in the initialization of the ibm_newemac driver or the platform > >> initialization? > > > > This GPIO multiplexing configuration does not belong into the ibm_newemac > > driver since it is very platform/board specific. The platform code is > > definitely a better place. > > Even better is the platform specific boot code (firmware or equivalent) Ack. We usually do all this setup in U-Boot. But as I understand Eddie, he is using a custom bootloader. Eddie, btw: Why are you not using U-Boot? Best regards, Stefan