aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Makefile
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2012-07-25 17:54:41 +0200
committerHaojian Zhuang <haojian.zhuang@gmail.com>2012-08-16 16:15:12 +0800
commite7749a266bb3d0334887b2cf4e24de410e70c57a (patch)
tree9bd01ffffc7c865879c84eab0888867d7d0fda5d /arch/arm/mach-pxa/Makefile
parentARM: pxa3xx: skip default device initialization when booting via DT (diff)
downloadlinux-dev-e7749a266bb3d0334887b2cf4e24de410e70c57a.tar.xz
linux-dev-e7749a266bb3d0334887b2cf4e24de410e70c57a.zip
ARM: pxa3xx: add generic DT machine code
Add a DT_MACHINE_START entry for PXA3xx machines and a auxdata table for some of the devices. This file can be extended to also support pxa2xx and pxa9xx boards. Signed-off-by: Daniel Mack <zonque@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-pxa/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile
index be0f7df8685c..2bedc9ed076c 100644
--- a/arch/arm/mach-pxa/Makefile
+++ b/arch/arm/mach-pxa/Makefile
@@ -26,6 +26,9 @@ obj-$(CONFIG_CPU_PXA930) += pxa930.o
# NOTE: keep the order of boards in accordance to their order in Kconfig
+# Device Tree support
+obj-$(CONFIG_MACH_PXA3XX_DT) += pxa-dt.o
+
# Intel/Marvell Dev Platforms
obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o
obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o