From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 6 Feb 2008 00:20:26 +1100 From: David Gibson To: Grant Likely Subject: Re: [PATCH] [POWERPC] get rid of `model = "UCC"' in the ucc nodes Message-ID: <20080205132026.GE7983@localhost.localdomain> References: <20080201150126.GB26545@localhost.localdomain> <72B60725-FB4A-42FA-832D-8FD5434B9042@kernel.crashing.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: Scott Wood , linuxppc-dev@ozlabs.org, Jon Loeliger List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Feb 01, 2008 at 09:23:47AM -0700, Grant Likely wrote: > On 2/1/08, Kumar Gala wrote: > > > > > --- a/Documentation/powerpc/booting-without-of.txt > > > +++ b/Documentation/powerpc/booting-without-of.txt > > > @@ -1675,7 +1675,6 @@ platforms are moved over to use the flattened- > > > device-tree model. > > > ucc@2000 { > > > device_type = "network"; > > > compatible = "ucc_geth"; > > > - model = "UCC"; > > > device-id = <1>; > > > > can we change device-id to cell-index? > >