From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C9E6EDDDF9 for ; Wed, 11 Jun 2008 00:20:45 +1000 (EST) Message-Id: <5DC51543-CD6E-411E-B141-EF34786854D3@kernel.crashing.org> From: Kumar Gala To: Anton Vorontsov In-Reply-To: <20080317175208.GA17844@localhost.localdomain> Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v924) Subject: Re: [PATCH] [POWERPC] 83xx: MPC837xRDB's VSC7385 ethernet switch isn't on the MDIO bus Date: Tue, 10 Jun 2008 09:20:39 -0500 References: <20080317175208.GA17844@localhost.localdomain> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mar 17, 2008, at 12:52 PM, Anton Vorontsov wrote: > MDIO-less PHYs should use CONFIG_FIXED_PHY driver and appropriate > fixed-link property in the device tree. > > If not, ethernet will not work: > e0024520:03 not found > eth1: Could not attach to PHY > IP-Config: Failed to open eth1 > > Signed-off-by: Anton Vorontsov > --- > arch/powerpc/boot/dts/mpc8377_rdb.dts | 8 +------- > arch/powerpc/boot/dts/mpc8378_rdb.dts | 8 +------- > arch/powerpc/boot/dts/mpc8379_rdb.dts | 8 +------- > arch/powerpc/configs/mpc837x_rdb_defconfig | 2 +- > 4 files changed, 4 insertions(+), 22 deletions(-) applied to for-2.6.26 branch. - k