summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/arm/Makefile
diff options
context:
space:
mode:
authorKristina Martsenko2015-07-01 14:36:03 +0200
committerKevin Hilman2015-07-08 23:44:56 +0200
commit9ccd608070b6d4fd1a89fd76a84184fe401fb6a8 (patch)
tree9a3858b92ba071c5f7dee7ddb35ed6b1e2f41365 /arch/arm64/boot/dts/arm/Makefile
parentarm: dts: vexpress: add missing CCI PMU device node to TC2 (diff)
downloadkernel-qcow2-linux-9ccd608070b6d4fd1a89fd76a84184fe401fb6a8.tar.gz
kernel-qcow2-linux-9ccd608070b6d4fd1a89fd76a84184fe401fb6a8.tar.xz
kernel-qcow2-linux-9ccd608070b6d4fd1a89fd76a84184fe401fb6a8.zip
arm64: dts: add device tree for ARM SMM-A53x2 on LogicTile Express 20MG
Add a DTS file for the MP2 Cortex-A53 Soft Macrocell Model implemented on a LogicTile Express 20MG (V2F-1XV7) daughterboard. This is based on the version that's currently available from the ARM DTS repository [1]. [1] git://linux-arm.org/arm-dts.git Signed-off-by: Kristina Martsenko <kristina.martsenko@arm.com> Acked-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/arm/Makefile')
-rw-r--r--arch/arm64/boot/dts/arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/arm/Makefile b/arch/arm64/boot/dts/arm/Makefile
index c5c98b91514e..bb3c07209676 100644
--- a/arch/arm64/boot/dts/arm/Makefile
+++ b/arch/arm64/boot/dts/arm/Makefile
@@ -1,6 +1,7 @@
dtb-$(CONFIG_ARCH_VEXPRESS) += foundation-v8.dtb
dtb-$(CONFIG_ARCH_VEXPRESS) += juno.dtb juno-r1.dtb
dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb
+dtb-$(CONFIG_ARCH_VEXPRESS) += vexpress-v2f-1xv7-ca53x2.dtb
always := $(dtb-y)
subdir-y := $(dts-dirs)