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 C7661DDF8A for ; Thu, 19 Jul 2007 02:14:17 +1000 (EST) In-Reply-To: <1184722754.25235.183.camel@localhost.localdomain> References: <1184722754.25235.183.camel@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5F6EB5F7-C5AE-437F-9DF1-22FE38D7A841@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH] Add StorCenter DTS first draft. Date: Wed, 18 Jul 2007 18:13:41 +0200 To: Benjamin Herrenschmidt Cc: linuxppc-dev@ozlabs.org, Jon Loeliger List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> + PowerPC,603e { /* Really 8241 */ >> + device_type = "cpu"; >> + reg = <0>; >> + clock-frequency = ; /* Hz */ >> + timebase-frequency = ; /* Hz */ >> + bus-frequency = <0>; >> + /* Following required by dtc but not used */ >> + i-cache-line-size = <0>; >> + d-cache-line-size = <0>; >> + i-cache-size = <4000>; >> + d-cache-size = <4000>; >> + }; > > The 32 bits kernel may not be using those yet, but it will. 64 bits > does > already and I plan to merge those bits at one point. Hrm, what does it use it for? Are you going to require all other defined CPU properties as well (like the PowerPC binding does)? Segher