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 41CD8DE0E6 for ; Wed, 23 Jan 2008 07:39:42 +1100 (EST) Date: Tue, 22 Jan 2008 14:37:02 -0600 (CST) From: Kumar Gala To: Wade Farnsworth Subject: Re: [PATCH v2 1/2] Add localbus and flash nodes to mpc8641_hpcn.dts In-Reply-To: <1201032819.5716.170.camel@rhino> Message-ID: References: <1201019917.5716.154.camel@rhino> <1201032819.5716.170.camel@rhino> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 22 Jan 2008, Wade Farnsworth wrote: > Add local bus, flash, and MTD partition nodes to mpc8641_hpcn.dts > > Also add compatible field for the soc node, so that it will be picked up > by of_platform_bus_probe(). > > Signed-off-by: Wade Farnsworth > > --- > Updated per Kumar's comments. > > arch/powerpc/boot/dts/mpc8641_hpcn.dts | 42 +++++++++++++++++++++++ > 1 file changed, 42 insertions(+) > applied. - k