diff options
author | Liviu Dudau <Liviu.Dudau@arm.com> | 2015-03-10 18:31:37 +0300 |
---|---|---|
committer | Liviu Dudau <Liviu.Dudau@arm.com> | 2015-05-22 18:25:35 +0300 |
commit | 796c2b35a4105aa02c6a7af6de659086363d47f7 (patch) | |
tree | d073a392af0ae7dc9cd4628e0b3d3c899c1eaee1 /arch/arm64/boot/dts/arm/Makefile | |
parent | 9e6f374f99a0c83c6f58cb6f6356645ef8591d1e (diff) | |
download | linux-796c2b35a4105aa02c6a7af6de659086363d47f7.tar.xz |
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/Makefile | 2 |
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) |