diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2012-08-15 19:07:34 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-09-21 17:07:24 +0000 |
commit | 80a8b54b9a0ba418f25d2014b1375f9f4876eb15 (patch) | |
tree | b146eafb037fbd407149e12ae60aa21eafd39e3b /arch/arm/mach-dove | |
parent | 81d2ef7c40eceb7189872ecea5964f2041118d4a (diff) | |
download | op-kernel-dev-80a8b54b9a0ba418f25d2014b1375f9f4876eb15.zip op-kernel-dev-80a8b54b9a0ba418f25d2014b1375f9f4876eb15.tar.gz |
ARM: dove: add device tree descriptors
This patch adds device tree decriptors for dove SoC and currently
supported boards.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-dove')
-rw-r--r-- | arch/arm/mach-dove/Makefile.boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-dove/Makefile.boot b/arch/arm/mach-dove/Makefile.boot index 760a0ef..94ab6b3 100644 --- a/arch/arm/mach-dove/Makefile.boot +++ b/arch/arm/mach-dove/Makefile.boot @@ -1,3 +1,6 @@ zreladdr-y += 0x00008000 params_phys-y := 0x00000100 initrd_phys-y := 0x00800000 + +dtb-$(CONFIG_MACH_DOVE_DT) += dove-dove-db.dtb +dtb-$(CONFIG_MACH_DOVE_DT) += dove-cm-a510.dtb |