From 3f173071bf1401bfb092fe67f43caf3bc358da03 Mon Sep 17 00:00:00 2001 From: Radha Mohan Chintakuntla Date: Tue, 8 Apr 2014 18:51:24 +0530 Subject: arm64, thunder: Add initial dts for Cavium Thunder SoC Add initial device tree nodes for Cavium Thunder SoCs with support of 48 cores and gicv3. The dtsi file requires further changes, esp. for pci, gicv3-its and smmu. This changes will be added later together with the device drivers. Signed-off-by: Radha Mohan Chintakuntla Signed-off-by: Robert Richter Signed-off-by: Arnd Bergmann --- arch/arm64/boot/dts/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm64/boot/dts/Makefile') diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index c52bdb051f66..c2e8e4661a90 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -1,6 +1,8 @@ dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb +dtb-y += thunder-88xx.dtb + targets += dtbs targets += $(dtb-y) -- cgit v1.2.3