From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id ED4ABDDEDF for ; Tue, 29 May 2007 16:44:17 +1000 (EST) In-Reply-To: <20070529060541.GG30266@localhost.localdomain> References: <20070529060541.GG30266@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: Fix problems with Holly's DT representation of ethernet PHYs Date: Tue, 29 May 2007 08:43:38 +0200 To: David Gibson Cc: Alexandre Bounine , Paul Mackerras , linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > + MDIO: mdio@6000 { > device_type = "mdio"; > - compatible = "tsi-ethernet"; > + compatible = "tsi-mdio"; Hrm, did I miss this before? A more exact "compatible" property would be better ("tsi109-mdio" "tsi108-mdio" or something like that). Rest looks good, Segher