diff options
author | Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> | 2016-02-08 20:59:17 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-02-09 00:38:31 +0300 |
commit | 4a6e0a771eaafc0c3dab2ca942f15af17d89f127 (patch) | |
tree | 1810555eb613dfd2ae2d3ab155568ca7f022c4da /arch/arm64/boot/dts/amd/Makefile | |
parent | 49449828ba861a5e6553e24ec493b24e0dc40376 (diff) | |
download | linux-4a6e0a771eaafc0c3dab2ca942f15af17d89f127.tar.xz |
dtb: amd: Add support for AMD/Linaro 96Boards Enterprise Edition Server board
Add device tree file for AMD/Linaro 96Boards Enterprise Edition Server
(Husky) Board. This is based on the AMD Seattle Rev.B0 system
Signed-off-by: Leo Duran <leo.duran@amd.com>
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/boot/dts/amd/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/amd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amd/Makefile b/arch/arm64/boot/dts/amd/Makefile index db03293cbdd7..ba84770f789f 100644 --- a/arch/arm64/boot/dts/amd/Makefile +++ b/arch/arm64/boot/dts/amd/Makefile @@ -1,5 +1,6 @@ dtb-$(CONFIG_ARCH_SEATTLE) += amd-overdrive.dtb \ - amd-overdrive-rev-b0.dtb amd-overdrive-rev-b1.dtb + amd-overdrive-rev-b0.dtb amd-overdrive-rev-b1.dtb \ + husky.dtb always := $(dtb-y) subdir-y := $(dts-dirs) |