summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/cavium/Makefile
diff options
context:
space:
mode:
authorJayachandran C <jnair@caviumnetworks.com>2017-03-14 12:47:14 +0000
committerArnd Bergmann <arnd@arndb.de>2017-03-31 11:42:30 +0200
commit517b311eaec9fd3c6ae870f189157115d82ae8fb (patch)
treedc0c06cfa129330762b8f0634fc4861a2183dce0 /arch/arm64/boot/dts/cavium/Makefile
parent8aac4bc5196b7137aa9354dee5703f7dfe4300aa (diff)
arm64: dts: move from ARCH_VULCAN to ARCH_THUNDER2
Move and update device tree files as part of transition from Broadcom Vulcan to Cavium ThunderX2. The changes are to: * rename dts/broadcom/vulcan.dtsi to cavium/thunder2-99xx.dtsi, update cpu cores to be "cavium,thunder2", and update SoC to be "cavium,thunderx2-cn9900" * move SoC dts/broadcom/vulcan-eval.dtsi to cavium/thunder2-99xx.dtsi and update board name string * Update dts/broadcom/Makefile not to build vulcan dtbs * Update dts/cavium/Makefile to build thunder2 dtbs No changes to the dts contents except the updated "compatible" and "model" properties. Signed-off-by: Jayachandran C <jnair@caviumnetworks.com> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/cavium/Makefile')
-rw-r--r--arch/arm64/boot/dts/cavium/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/cavium/Makefile b/arch/arm64/boot/dts/cavium/Makefile
index e34f89ddabb2..581b2c1c400a 100644
--- a/arch/arm64/boot/dts/cavium/Makefile
+++ b/arch/arm64/boot/dts/cavium/Makefile
@@ -1,4 +1,5 @@
dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb
+dtb-$(CONFIG_ARCH_THUNDER2) += thunder2-99xx.dtb
always := $(dtb-y)
subdir-y := $(dts-dirs)