diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2011-10-10 18:29:24 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2011-10-25 13:08:21 +0200 |
commit | 49fe2ba3138ca60422fd90ed76c1918be1c30fc0 (patch) | |
tree | 706cfe55a2e796ec304cd7ff4c9670e95f2b9402 /arch/arm/mach-at91/Makefile.boot | |
parent | c3b92c8787367a8bb53d57d9789b558f1295cc96 (diff) | |
download | blackbird-op-linux-49fe2ba3138ca60422fd90ed76c1918be1c30fc0.tar.gz blackbird-op-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.boot')
-rw-r--r-- | arch/arm/mach-at91/Makefile.boot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile.boot b/arch/arm/mach-at91/Makefile.boot index 3462b815054a..d2788636805c 100644 --- a/arch/arm/mach-at91/Makefile.boot +++ b/arch/arm/mach-at91/Makefile.boot @@ -16,3 +16,5 @@ else params_phys-y := 0x20000100 initrd_phys-y := 0x20410000 endif + +dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9m10g45ek.dtb |