From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by ozlabs.org (Postfix) with ESMTP id 27B2EDE006 for ; Wed, 6 Aug 2008 23:41:33 +1000 (EST) Received: by yw-out-2324.google.com with SMTP id 5so1529599ywh.39 for ; Wed, 06 Aug 2008 06:41:31 -0700 (PDT) Date: Wed, 6 Aug 2008 07:41:28 -0600 From: Grant Likely To: Kumar Gala Subject: Re: hang w/ppc6xx_defconfig related to 'simple-bus' compatible Message-ID: <20080806134128.GA9533@secretlab.ca> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: Grant Likely Cc: ppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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. g.