summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/arm/Makefile
diff options
context:
space:
mode:
authorLiviu Dudau2015-03-10 16:31:37 +0100
committerLiviu Dudau2015-05-22 17:25:35 +0200
commit796c2b35a4105aa02c6a7af6de659086363d47f7 (patch)
treed073a392af0ae7dc9cd4628e0b3d3c899c1eaee1 /arch/arm64/boot/dts/arm/Makefile
parentarm64: Juno: Add GICv2m support in device tree. (diff)
downloadkernel-qcow2-linux-796c2b35a4105aa02c6a7af6de659086363d47f7.tar.gz
kernel-qcow2-linux-796c2b35a4105aa02c6a7af6de659086363d47f7.tar.xz
kernel-qcow2-linux-796c2b35a4105aa02c6a7af6de659086363d47f7.zip
arm64: Add DT support for Juno r1 board.
This board is based on Juno r0 with updated Cortex A5x revisions and board errata fixes. It also contains coherent ThinLinks ports on the expansion slot that allow for an AXI master on the daughter card to participate in a coherency domain. Support for SoC PCIe host bridge will be added as a separate series. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com> Acked-by: Jon Medhurst <tixy@linaro.org> Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'arch/arm64/boot/dts/arm/Makefile')
-rw-r--r--arch/arm64/boot/dts/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/arm/Makefile b/arch/arm64/boot/dts/arm/Makefile
index 301a0dada1fe..c5c98b91514e 100644
--- a/arch/arm64/boot/dts/arm/Makefile
+++ b/arch/arm64/boot/dts/arm/Makefile
@@ -1,5 +1,5 @@
dtb-$(CONFIG_ARCH_VEXPRESS) += foundation-v8.dtb
-dtb-$(CONFIG_ARCH_VEXPRESS) += juno.dtb
+dtb-$(CONFIG_ARCH_VEXPRESS) += juno.dtb juno-r1.dtb
dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb
always := $(dtb-y)