summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/Makefile.boot
diff options
context:
space:
mode:
authorJason Cooper2012-02-27 17:07:13 +0100
committerArnd Bergmann2012-02-27 17:21:40 +0100
commit3d468b6d6052293ad3b8538b8277077981c28286 (patch)
treee07c9d6e5ded0ca2bbcd1194fa61fc1b326f5347 /arch/arm/mach-kirkwood/Makefile.boot
parentLinux 3.3-rc3 (diff)
downloadkernel-qcow2-linux-3d468b6d6052293ad3b8538b8277077981c28286.tar.gz
kernel-qcow2-linux-3d468b6d6052293ad3b8538b8277077981c28286.tar.xz
kernel-qcow2-linux-3d468b6d6052293ad3b8538b8277077981c28286.zip
ARM: kirkwood: add dreamplug (fdt) support.
Initially, copied guruplug-setup.c and did s/guruplug/dreamplug/g. Then, switched to SPI based NOR flash. After talking to Arnd Bergman, chose an incremental approach to adding devicetree support. First, we use the dtb to tell us we are on the dreamplug, then we gradually port over drivers. Driver porting will start with the uart (see next patch), and progress from there. Possibly, spi/flash/partitions will be next. When done, board-dt.c will no longer be dreamplug specific, and dt's can be made for the other kirkwood boards. Signed-off-by: Jason Cooper <jason@lakedaemon.net> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-kirkwood/Makefile.boot')
-rw-r--r--arch/arm/mach-kirkwood/Makefile.boot2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Makefile.boot b/arch/arm/mach-kirkwood/Makefile.boot
index 760a0efe7580..16f938522304 100644
--- a/arch/arm/mach-kirkwood/Makefile.boot
+++ b/arch/arm/mach-kirkwood/Makefile.boot
@@ -1,3 +1,5 @@
zreladdr-y += 0x00008000
params_phys-y := 0x00000100
initrd_phys-y := 0x00800000
+
+dtb-$(CONFIG_MACH_DREAMPLUG_DT) += kirkwood-dreamplug.dtb