aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/Makefile
diff options
context:
space:
mode:
authorGravatar Nicolas Ferre <nicolas.ferre@atmel.com> 2011-10-10 18:29:24 +0200
committerGravatar Nicolas Ferre <nicolas.ferre@atmel.com> 2011-10-25 13:08:21 +0200
commit49fe2ba3138ca60422fd90ed76c1918be1c30fc0 (patch)
tree706cfe55a2e796ec304cd7ff4c9670e95f2b9402 /arch/arm/mach-at91/Makefile
parentLinux 3.1 (diff)
downloadlinux-49fe2ba3138ca60422fd90ed76c1918be1c30fc0.tar.gz
linux-49fe2ba3138ca60422fd90ed76c1918be1c30fc0.tar.bz2
linux-49fe2ba3138ca60422fd90ed76c1918be1c30fc0.zip
ARM: at91: dt: at91sam9g45 family and board device tree files
Create a new device tree source file for Atmel at91sam9g45 SoC family. The Evaluation Kit at91sam9m10g45ek includes it. This first basic support will be populated as drivers and boards will be converted to device tree. Contains serial, dma and interrupt controllers. The generic board file still takes advantage of platform data for early serial init. As we need a storage media and the NAND flash driver is not converted to DT yet, we keep old initialization for it. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Reviewed-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r--arch/arm/mach-at91/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile
index bf57e8b1c9d0..3ff245ebcad1 100644
--- a/arch/arm/mach-at91/Makefile
+++ b/arch/arm/mach-at91/Makefile
@@ -74,6 +74,9 @@ obj-$(CONFIG_MACH_SNAPPER_9260) += board-snapper9260.o
# AT91SAM9G45 board-specific support
obj-$(CONFIG_MACH_AT91SAM9M10G45EK) += board-sam9m10g45ek.o
+# AT91SAM board with device-tree
+obj-$(CONFIG_MACH_AT91SAM_DT) += board-dt.o
+
# AT91CAP9 board-specific support
obj-$(CONFIG_MACH_AT91CAP9ADK) += board-cap9adk.o