diff options
author | Pawel Moll <pawel.moll@arm.com> | 2011-12-09 22:41:27 +0400 |
---|---|---|
committer | Pawel Moll <pawel.moll@arm.com> | 2012-02-24 13:18:20 +0400 |
commit | bfd5200c16637552979e5cc082eb29d759d894bf (patch) | |
tree | ae833031c8d598414b2b73da6283b711cba1444b /arch/arm/mach-vexpress | |
parent | 6a3719562b69ffdfc36e829e19b35fda6ab19ca6 (diff) | |
download | linux-bfd5200c16637552979e5cc082eb29d759d894bf.tar.xz |
ARM: vexpress: Add Device Tree for V2P-CA5s core tile
This patch adds Device Tree file for the CoreTile Express A5x2 (V2P-CA5s).
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'arch/arm/mach-vexpress')
-rw-r--r-- | arch/arm/mach-vexpress/Makefile.boot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Makefile.boot b/arch/arm/mach-vexpress/Makefile.boot index c6dd8918b9ed..5e2177eb3fe0 100644 --- a/arch/arm/mach-vexpress/Makefile.boot +++ b/arch/arm/mach-vexpress/Makefile.boot @@ -3,3 +3,5 @@ zreladdr-y += 0x60008000 params_phys-y := 0x60000100 initrd_phys-y := 0x60800000 + +dtb-$(CONFIG_ARCH_VEXPRESS_DT) += vexpress-v2p-ca5s.dtb |