summaryrefslogtreecommitdiff
path: root/arch/arm/mach-vexpress/Makefile.boot
diff options
context:
space:
mode:
authorPawel Moll <pawel.moll@arm.com>2012-07-10 18:07:46 +0100
committerPawel Moll <pawel.moll@arm.com>2012-07-13 11:48:29 +0100
commit375faa93cbd8062317d17ddfa6d8fea75f3bbf9b (patch)
tree1f853595402c5a862f800dd9d8c26209f7df0ed0 /arch/arm/mach-vexpress/Makefile.boot
parent5f8f5a62a60877ff796cb2b4657b04ffeec184cd (diff)
ARM: vexpress: Add Device Tree for V2P-CA15_CA7 core tile
This patch adds Device Tree file for the CoreTile Express A15x2 A7x3 (V2P-CA15_CA7). Note that the A7 cpu nodes are commented out, as the big.LITTLE-relevant patches are not upstreamed yet. Till this time one can use the board with two A15 cores only, keeping the A7s in reset by adding the following setting to the board.txt file in Versatile Express configuration tree: SCC: 0x018 0x00001FFF Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'arch/arm/mach-vexpress/Makefile.boot')
-rw-r--r--arch/arm/mach-vexpress/Makefile.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-vexpress/Makefile.boot b/arch/arm/mach-vexpress/Makefile.boot
index 909f85ebf5f4..318d308dfb93 100644
--- a/arch/arm/mach-vexpress/Makefile.boot
+++ b/arch/arm/mach-vexpress/Makefile.boot
@@ -6,4 +6,5 @@ initrd_phys-y := 0x60800000
dtb-$(CONFIG_ARCH_VEXPRESS_DT) += vexpress-v2p-ca5s.dtb \
vexpress-v2p-ca9.dtb \
- vexpress-v2p-ca15-tc1.dtb
+ vexpress-v2p-ca15-tc1.dtb \
+ vexpress-v2p-ca15_a7.dtb