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 016C2DDED8 for ; Tue, 15 May 2007 15:11:31 +1000 (EST) In-Reply-To: <20070515020026.GG565@localhost.localdomain> References: <20070515020026.GG565@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <8492e53122b6e1ba269afd53b48a4968@kernel.crashing.org> From: Segher Boessenkool Subject: Re: Small fixes for the Ebony device tree Date: Tue, 15 May 2007 07:11:07 +0200 To: David Gibson Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Just a few more things... > plb { > - device_type = "ibm,plb"; > compatible = "ibm,plb-440gp", "ibm,plb4"; You match on "ibm,plb" though. Well you got one in three right ;-) > + SDRAM0: memory-controller { > compatible = "ibm,sdram-440gp", "ibm,sdram"; "ibm,sdram" is way too generic to ever be usefully used for device matching. > + SRAM0: sram { > + compatible = "ibm,sram440gp"; You spell this one without a dash, all others with one. Segher