Re: [PATCH 0/2 v6] arm: kirkwood: add dreamplug/devicetree support
From: Arnd Bergmann <hidden>
Date: 2012-02-27 16:29:37
Also in:
linux-arm-kernel
On Monday 27 February 2012, Jason Cooper wrote:
This patch series provides initial support for devicetree on kirkwood for the dreamplug platform. After discussing the approach with Arnd Bergman last week at ELC, we decided to take an incremental approach to the conversion. First, I would detect that we were on the dreamplug via the devicetree blob. Then, configure uart0 via devicetree. We chose the uart since it is already well supported under devicetree. This patch series has been boot-tested on the dreamplug. In a future patch series, I plan to migrate spi/flash/partitions over to devicetree. When the migration is complete, board-dt.c will not be specific to the dreamplug, and dts files can be written for all of the other kirkwood boards. Jason Cooper (2): arm: kirkwood: add dreamplug (fdt) support. arm: kirkwood: convert uart0 to devicetree.
Applied to the kirkwood/board branch and pulled into next/boards. Great work! I've made two trivial manual changes, please do these yourself next time: 1. Subject should start with "ARM: kirkwood:", not "arm: kirkwood:" by convention. 2. Nico and I had both replied with "Acked-by:". When you get one of these replies, add that line under your "Signed-off-by:" line. If you have more changes for dreamplug, please submit those on top of these patches now. Arnd