diff options
author | Kristina Martsenko <kristina.martsenko@arm.com> | 2015-07-01 15:36:03 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2015-07-09 00:44:56 +0300 |
commit | 9ccd608070b6d4fd1a89fd76a84184fe401fb6a8 (patch) | |
tree | 9a3858b92ba071c5f7dee7ddb35ed6b1e2f41365 /arch/arm64/boot/dts/arm/Makefile | |
parent | 3adf7aaa76e720b52092e4bf8e14d8d231583af6 (diff) | |
download | linux-9ccd608070b6d4fd1a89fd76a84184fe401fb6a8.tar.xz |
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/Makefile | 1 |
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) |