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/Makefile | |
parent | Merge tag 'zynqmp-dt-for-4.6' of https://github.com/Xilinx/linux-xlnx into ne... (diff) | |
download | linux-1c3554fa94d39a70f9145ea18a7701380934640a.tar.xz linux-1c3554fa94d39a70f9145ea18a7701380934640a.zip |
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/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index f832b8a7453a..fd80617a9c6f 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -1,3 +1,4 @@ +dts-dirs += al dts-dirs += altera dts-dirs += amd dts-dirs += apm |