From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by ozlabs.org (Postfix) with ESMTP id 1EC19DDFBA for ; Thu, 7 Aug 2008 11:10:53 +1000 (EST) Received: by an-out-0708.google.com with SMTP id c34so35662anc.78 for ; Wed, 06 Aug 2008 18:10:52 -0700 (PDT) Message-ID: Date: Wed, 6 Aug 2008 19:10:51 -0600 From: "Grant Likely" Sender: glikely@secretlab.ca To: "Scott Wood" Subject: Re: hang w/ppc6xx_defconfig related to 'simple-bus' compatible In-Reply-To: <20080806173547.GD3138@ld0162-tx32.am.freescale.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <20080806134128.GA9533@secretlab.ca> <20080806173547.GD3138@ld0162-tx32.am.freescale.net> Cc: ppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Aug 6, 2008 at 11:35 AM, Scott Wood wrote: > On Wed, Aug 06, 2008 at 07:41:28AM -0600, Grant Likely wrote: >> On Tue, Aug 05, 2008 at 08:21:31AM -0500, Kumar Gala wrote: >> > I'm trying to get the ppc6xx_defconfig booting on any 8641 (74xx/e600) >> > system. If I remove the 'simple-bus' compatible from the soc node in >> > the .dts it works. Otherwise it hangs at but and looks to be crashed in >> > the serial driver due to accessing memory at 0. >> > >> > I've tried the same .dts (w/'simple-bus') using the >> > mpc8641_hpcn_defconfig and things work. >> >> The Xilinx folks hit something similar. ns16550 nodes get matched if >> the parent claims simple-bus. If extra stuff needs to be done to use >> that port, then bad things happen. > > If extra stuff needs to be done, it shouldn't claim to be a simple-bus. Heh, no, not the bus. :-) Extra stuff to use the serial device. g.