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 7C3C2E0592 for ; Wed, 18 Jul 2007 11:39:51 +1000 (EST) Subject: Re: [PATCH] Add StorCenter DTS first draft. From: Benjamin Herrenschmidt To: Jon Loeliger In-Reply-To: References: Content-Type: text/plain Date: Wed, 18 Jul 2007 11:39:13 +1000 Message-Id: <1184722754.25235.183.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org 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. Get your cache line size right (0 is wrong, though I will provide a fallback to the cputable when the device-tree looks obviously wrong). Cheers, Ben.