From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 20 Mar 2012 17:20:06 +0100 From: Anatolij Gustschin To: Grant Likely Subject: Re: [PATCH 5/5] powerpc/5200: convert mpc5200 to use of_platform_populate() Message-ID: <20120320172006.42f6fb42@wker> In-Reply-To: <20110621184513.18176.24174.stgit@ponder> References: <20110621181127.18176.1384.stgit@ponder> <20110621184513.18176.24174.stgit@ponder> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: devicetree-discuss@lists.ozlabs.org, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 21 Jun 2011 12:45:13 -0600 Grant Likely wrote: > of_platform_populate() also handles nodes at the root of the tree, > which is wanted for things like describing the sound complex. This > patch converts mpc5200 support to use of_platform_populate() instead > of of_platform_bus_probe(). > > Signed-off-by: Grant Likely > --- > arch/powerpc/platforms/52xx/mpc52xx_common.c | 10 ++++------ > 1 files changed, 4 insertions(+), 6 deletions(-) Applied for mpc5xxx next, thanks. Anatolij