diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-02-02 18:14:06 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-02-17 16:09:55 +0100 |
commit | adbc3695d9e487fa07214140a46b68ac3156fb78 (patch) | |
tree | a0949935e30a8004411d5090a9bfc414f686bada /arch/arm64/boot/dts/marvell/Makefile | |
parent | b37f227e71e1a98615ec762d4151b7677f4318dc (diff) | |
download | talos-op-linux-adbc3695d9e487fa07214140a46b68ac3156fb78.tar.gz talos-op-linux-adbc3695d9e487fa07214140a46b68ac3156fb78.zip |
arm64: dts: add the Marvell Armada 3700 family and a development board
Add initial dtsi files to support Marvell Armada 3700 SoC with Cortex-A53
CPUs. There are two members in this family: the Armada 3710 (Single CPU)
and the Armada 3720 (Dual CPUs).
It also adds a dts file for the Marvell Armada 3720 DB board.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/marvell/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/Makefile b/arch/arm64/boot/dts/marvell/Makefile index 348f4db4f313..2114af8d312d 100644 --- a/arch/arm64/boot/dts/marvell/Makefile +++ b/arch/arm64/boot/dts/marvell/Makefile @@ -1,6 +1,10 @@ +# Berlin SoC Family dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-dmp.dtb dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-stb.dtb +# Mvebu SoC Family +dtb-$(CONFIG_ARCH_MVEBU) += armada-3720-db.dtb + always := $(dtb-y) subdir-y := $(dts-dirs) clean-files := *.dtb |