[PATCH] ARM: kirkwood: convert Guruplug to use the device tree

Jason Cooper jason at lakedaemon.net
Sun Dec 2 18:41:10 EST 2012


On Mon, Dec 03, 2012 at 12:22:26AM +0100, Willy Tarreau wrote:
> Hi Jason,
> 
> On Sun, Dec 02, 2012 at 06:09:26PM -0500, Jason Cooper wrote:
> > Willy,
> > 
> > Great first DT patch!  A few comments below.
> > 
> > On Sun, Dec 02, 2012 at 04:51:24PM +0100, Willy Tarreau wrote:
> > > Add a device tree entry for the Guruplug board. This port was
> > > based both on the work done on the dreamplug and the dockstar.
> > > 
> > > It builds, boots and works on my Guruplug Server plus.
> > 
> > iirc, the Guruplug Server Plus has an esata port.  Since this is the
> > hardware you have, lets make this patch specific to it.  So, the Subject
> > line should refer to "Guruplug Server Plus", and
> 
> (...)
> 
> Thank you for your review and clear comments, I'll update the patch
> accordingly.
> 
> Since there are already pending changes for the merge window, I'll
> rather resend it after the merge window when the changes are already
> done, what do you think ?

Doesn't matter in this case, I'll handle any conflicts.  Please resend
when ready.  You can just base off of v3.7-rc7, or v3.8 if it drops.

btw - did you upgrade u-boot for DT?  You should just have to add
CONFIG_OF_LIBFDT to include/configs/guruplug.h.  Then,

bootm <kern addr> <initrd addr> <dtb addr>

Without an initrd,

bootm <kern addr> - <dtb addr>

hth,

Jason.



More information about the linux-arm-kernel mailing list