Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754190Ab1E3UXv (ORCPT ); Mon, 30 May 2011 16:23:51 -0400 Received: from mail-px0-f179.google.com ([209.85.212.179]:48398 "EHLO mail-px0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753054Ab1E3UXu (ORCPT ); Mon, 30 May 2011 16:23:50 -0400 Date: Mon, 30 May 2011 14:23:47 -0600 From: Grant Likely To: Barry Song <21cnbao@gmail.com> Cc: Arnd Bergmann , Nicolas Pitre , Thomas Gleixner , Russell King , Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: Xilinx: Adding zynq platform support Message-ID: <20110530202347.GC32035@ponder.secretlab.ca> References: <201105261559.41993.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2021 Lines: 50 On Mon, May 30, 2011 at 05:47:35PM +0800, Barry Song wrote: > 2011/5/26 Arnd Bergmann : > > On Wednesday 25 May 2011, Grant Likely wrote: > >> > >> As per discussion attached below. ?Please pull this tree adding device > >> tree support to ARM, plus some other minor device tree changes. > > > > Hi Grant and Linus, > > > > There is also the new Xilinx zynq subarchitecture pending that depends > > on this, see below. Should we also include that right away, in order > > to have an example for other platforms? I think the code is clean > > enough and it would be good to have. > > > > ? ? ? ?Arnd > > > > 8<--------- > > From: Grant Likely > > > > The 1st board support is minimal to get a system up and running > > on the Xilinx platform. > > > > This platform reuses the clock implementation from plat-versatile, and > > it depends entirely on CONFIG_OF support. ?There is only one board > > support file which obtains all device information from a device tree > > dtb file which is passed to the kernel at boot time. > > > > Signed-off-by: Grant Likely > > [john.linn@xilinx.com: Reverted dependency on of_irq_domain patches] > > Signed-off-by: John Linn > > Signed-off-by: Arnd Bergmann > > is there a whole complete tree for zynq? i'd like to refer. thanks! as > i am moving csr prima2 to device tree, we need to change so many > codes. i hope we can follow what the way zynq is doing. It is in linux-next. Hopefully we'll get it merged into the arm subarch maintainer tree early in this cycle. You can also look at arch/powerpc/platforms/* to see examples of how to work with the DT. I'm also working on some howto documentation for doing DT work. g. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/