From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) (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 60871DDEED for ; Wed, 14 Feb 2007 07:09:12 +1100 (EST) In-Reply-To: <20070213061026.5837FDDDE9@ozlabs.org> References: <20070213061026.5837FDDDE9@ozlabs.org> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH 15/16] Add device tree for Ebony Date: Tue, 13 Feb 2007 21:08:52 +0100 To: David Gibson Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > + cpus { > + #address-cells = <1>; > + #size-cells = <0>; > + > + PowerPC,440GP { PowerPC,440GP@0 > + clock-frequency = <5F5E100>; /* 100MHz FIXME: poke in zImage */ > + timebase-frequency = <5F5E100>; /* 100MHz FIXME: wrong, poke in > zImage */ Can't you use decimal for these? > + UIC0: interrupt-controller { /* UIC0 */ > + #address-cells = <0>; > + #size-cells = <0>; #address-cells = 0 never makes sense. > + plb { > + device_type = "soc"; > + compatible = "ibm,plb-440gp", "ibm,plb4"; > + ranges; You need a #address-cells, #size-cells here. Segher