diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2015-12-22 20:45:29 +0300 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2016-02-09 13:46:31 +0300 |
commit | e6d7f6dc857f6e8efafc68217a598bd5d532034f (patch) | |
tree | 5942c9c69a01c27da0a08287f32f8e901c0e81b0 /arch/arm64/boot/dts/arm/Makefile | |
parent | 36582c60de2789feb91b63ff4ed8ec9381fa4d1e (diff) | |
download | linux-e6d7f6dc857f6e8efafc68217a598bd5d532034f.tar.xz |
arm64: dts: Add support for Juno r2 board
Juno r2 is identical to Juno r1 with Cortex A57 cores replaced by
Cortex A72 cores.
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-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 46d342d0d435..75cc2aa10101 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 foundation-v8-gicv3.dtb -dtb-$(CONFIG_ARCH_VEXPRESS) += juno.dtb juno-r1.dtb +dtb-$(CONFIG_ARCH_VEXPRESS) += juno.dtb juno-r1.dtb juno-r2.dtb dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb dtb-$(CONFIG_ARCH_VEXPRESS) += vexpress-v2f-1xv7-ca53x2.dtb |