Re: [PATCH] ARM: Xilinx: Adding zynq platform support

From: Grant Likely
Date: Mon May 30 2011 - 16:23:54 EST


On Mon, May 30, 2011 at 05:47:35PM +0800, Barry Song wrote:
> 2011/5/26 Arnd Bergmann <arnd@xxxxxxxx>:
> > 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 <grant.likely@xxxxxxxxxxxx>
> >
> > 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 <grant.likely@xxxxxxxxxxxx>
> > [john.linn@xxxxxxxxxx: Reverted dependency on of_irq_domain patches]
> > Signed-off-by: John Linn <john.linn@xxxxxxxxxx>
> > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
>
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/