diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2016-02-25 11:14:52 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-02-26 22:58:03 +0100 |
commit | 1c3554fa94d39a70f9145ea18a7701380934640a (patch) | |
tree | bee129bd3a7b20181176be77c4f3b3dcfbb7fc48 /arch/arm64/boot/dts/al/Makefile | |
parent | 56c8b00fdb7640f92278e5ebbd56d88e72dcc1e5 (diff) |
arm64: dts: add the Alpine v2 EVP
This patch adds the initial support for the Alpine v2 EVP board from
Annapurna Labs (Amazon).
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Barak Wasserstrom <barak@annapurnalabs.com>
Signed-off-by: Tsahee Zidenberg <tsahee@annapurnalabs.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/al/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/al/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/al/Makefile b/arch/arm64/boot/dts/al/Makefile new file mode 100644 index 000000000000..8a6cde4f9b23 --- /dev/null +++ b/arch/arm64/boot/dts/al/Makefile @@ -0,0 +1,5 @@ +dtb-$(CONFIG_ARCH_ALPINE) += alpine-v2-evp.dtb + +always := $(dtb-y) +subdir-y := $(dts-dirs) +clean-files := *.dtb |