From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 11 Jan 2008 16:32:31 +1100 From: David Gibson To: Sean MacLennan Subject: Re: [PATCH 2/5] Warp Base Platform - dts Message-ID: <20080111053231.GC25055@localhost.localdomain> References: <47852C41.8000506@pikatech.com> <47852CB3.3000208@pikatech.com> <20080110024753.GC17816@localhost.localdomain> <4786B147.5070206@pikatech.com> <20080111002037.GB23402@localhost.localdomain> <4786FCD0.5020100@pikatech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <4786FCD0.5020100@pikatech.com> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Jan 11, 2008 at 12:21:20AM -0500, Sean MacLennan wrote: > David Gibson wrote: > > On Thu, Jan 10, 2008 at 06:59:03PM -0500, Sean MacLennan wrote: > > > >> New version with recommended changes. Device types removed. FPGA > >> moved to correct bus. > >> > > > > [snip] > > > >> + fpga@2,0 { > >> + compatible = "pika,fpga"; > >> + reg = <0 80000000 2200>; > >> > > > > Your reg property doesn't match your node name here... > > > Is the following correct? > > fpga@2,0 { > compatible = "pika,fpga"; > reg = <2 80000000 2200>; > interrupts = <18 8>; > interrupt-parent = <&UIC0>; > }; No. You'd need fpga@2,80000000 { reg = <2 80000000 2200>; ... }; If, indeed, the fpga really has 32 bit address lines and requires the high one to be 1... Or possibly what you actually want is: fpga@2,0 { reg = <2 0 2200>; ... }; -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson