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 99804DDDF0 for ; Thu, 31 Jan 2008 10:20:29 +1100 (EST) Subject: Re: [PATCH] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching table From: Benjamin Herrenschmidt To: Stefan Roese In-Reply-To: <200801300716.52463.sr@denx.de> References: <1200476230-14026-1-git-send-email-sr@denx.de> <1200477239.6755.21.camel@pasglop> <20080116090110.1b7b2f00@zod.rchland.ibm.com> <200801300716.52463.sr@denx.de> Content-Type: text/plain Date: Thu, 31 Jan 2008 10:14:58 +1100 Message-Id: <1201734898.8146.0.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, netdev@vger.kernel.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2008-01-30 at 07:16 +0100, Stefan Roese wrote: > On Wednesday 16 January 2008, Josh Boyer wrote: > > On Wed, 16 Jan 2008 20:53:59 +1100 > > > > Benjamin Herrenschmidt wrote: > > > On Wed, 2008-01-16 at 10:37 +0100, Stefan Roese wrote: > > > > With the removal the the "rgmii-interface" device_type property from > > > > the dts files, the newemac driver needs an update to only rely on > > > > compatible property. > > > > > > > > Signed-off-by: Stefan Roese > > > > > > I need to test if it works on CAB, can't change the DT on those. I'll > > > let you know tomorrow. > > > > This should be fine on CAB. The rgmii node has: > > > > compatible = "ibm,rgmii-axon", "ibm,rgmii" > > > > so the match should still catch on the latter. > > How about this patch? Ben, if you think this is ok then we should make sure > that it goes in in this merge-window, since the other dts patch relies on it. It's fine. Ben.