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 ESMTP id 5DA99DDE0E for ; Fri, 25 Jan 2008 02:52:35 +1100 (EST) Message-Id: <53D750AF-AC04-47F6-8537-4F17206CC279@kernel.crashing.org> From: Kumar Gala To: Anton Vorontsov In-Reply-To: <20080124154001.GB23246@localhost.localdomain> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v915) Subject: Re: [PATCH 2/5] [POWERPC][NET] ucc_geth_mii and users: get rid of device_type Date: Thu, 24 Jan 2008 09:52:14 -0600 References: <20080124151850.GA15190@localhost.localdomain> <20080124154001.GB23246@localhost.localdomain> Cc: linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jan 24, 2008, at 9:40 AM, Anton Vorontsov wrote: > device_type property is bogus, thus use proper compatible. > > Also change compatible property to "fsl,ucc-mdio". > > Per http://ozlabs.org/pipermail/linuxppc-dev/2007-December/048388.html > > Signed-off-by: Anton Vorontsov can we look at using "fsl,gianfar-mdio" ? Meaning my understanding the programming model for the UCC mdio is identical to gianfar MDIO programming. - k