summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/amd/Makefile
diff options
context:
space:
mode:
authorSuravee Suthikulpanit <suravee.suthikulpanit@amd.com>2016-02-08 20:59:16 +0300
committerOlof Johansson <olof@lixom.net>2016-02-09 00:38:28 +0300
commit49449828ba861a5e6553e24ec493b24e0dc40376 (patch)
treea271e2a6850fa65cf1be98b571273d750c955b0e /arch/arm64/boot/dts/amd/Makefile
parent08b8940efc88b86c0ad71f2d6085bb24a0979755 (diff)
downloadlinux-49449828ba861a5e6553e24ec493b24e0dc40376.tar.xz
dtb: amd: Add support for new AMD Overdrive boards
Add device tree files for AMD Overdrive boards which comes with AMD Seattle Revision B0 and B1 SOCs. Signed-off-by: Tom Lendacky <thomas.lendacky@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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amd/Makefile b/arch/arm64/boot/dts/amd/Makefile
index cfdf701e05df..db03293cbdd7 100644
--- a/arch/arm64/boot/dts/amd/Makefile
+++ b/arch/arm64/boot/dts/amd/Makefile
@@ -1,4 +1,5 @@
-dtb-$(CONFIG_ARCH_SEATTLE) += amd-overdrive.dtb
+dtb-$(CONFIG_ARCH_SEATTLE) += amd-overdrive.dtb \
+ amd-overdrive-rev-b0.dtb amd-overdrive-rev-b1.dtb
always := $(dtb-y)
subdir-y := $(dts-dirs)