diff options
author | Radha Mohan Chintakuntla <rchintakuntla@cavium.com> | 2014-04-08 17:21:24 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-10-02 19:38:35 +0400 |
commit | 3f173071bf1401bfb092fe67f43caf3bc358da03 (patch) | |
tree | 0cb155c794e8892b939858b7f6deb29652850f7f /arch/arm64/boot/dts/Makefile | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) | |
download | linux-3f173071bf1401bfb092fe67f43caf3bc358da03.tar.xz |
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 <rchintakuntla@cavium.com>
Signed-off-by: Robert Richter <rrichter@cavium.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |