diff options
author | Joachim Eastwood <manabian@gmail.com> | 2013-02-08 05:25:56 +0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-03-21 19:07:14 +0400 |
commit | 58dc5b53e1c1467e54bbbc47d56a4d5f8c478a31 (patch) | |
tree | d37c8d1de5ed148eb75cb0edbd68c6e0eb313a2e /arch/arm/boot/dts/Makefile | |
parent | 83960c820b0c31c603182350a6db74ee23fd053a (diff) | |
download | linux-58dc5b53e1c1467e54bbbc47d56a4d5f8c478a31.tar.xz |
ARM: at91: add MPA 1600 DT board
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
[nicolas.ferre@atmel.com: remove unneeded address-cells and size-cells to gpio-keys]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 9c6255884cbb..4c7f8a88c18a 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -3,6 +3,7 @@ ifeq ($(CONFIG_OF),y) # Keep at91 dtb files sorted alphabetically for each SoC # rm9200 dtb-$(CONFIG_ARCH_AT91) += at91rm9200ek.dtb +dtb-$(CONFIG_ARCH_AT91) += mpa1600.dtb # sam9260 dtb-$(CONFIG_ARCH_AT91) += animeo_ip.dtb dtb-$(CONFIG_ARCH_AT91) += aks-cdu.dtb |