diff options
author | Josh Cartwright <josh.cartwright@ni.com> | 2012-10-31 14:24:48 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2012-11-12 07:24:48 -0500 |
commit | e06f1a9ed7ebff170ba05d2606d079fb36c6a52d (patch) | |
tree | c5cafdfa2b8f3bcb86024ee44acfe3ad605bad56 /arch/arm/boot/dts/Makefile | |
parent | aaf5e0be79e37d5a8509f09852788fa6a82522b2 (diff) |
ARM: zynq: dts: split up device tree
The purpose of the created zynq-7000.dtsi file is to describe the
hardware common to all Zynq 7000-based boards. Also, get rid of the
zynq-ep107 device tree, since it is not hardware anyone can purchase.
Add a zc702 dts file based on the zynq-7000.dtsi. Add it to the
dts/Makefile so it is built with the 'dtbs' target.
Signed-off-by: Josh Cartwright <josh.cartwright@ni.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index f37cf9fa5fa0..76ed11e68f72 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -103,5 +103,6 @@ dtb-$(CONFIG_ARCH_VEXPRESS) += vexpress-v2p-ca5s.dtb \ | |||
103 | dtb-$(CONFIG_ARCH_VT8500) += vt8500-bv07.dtb \ | 103 | dtb-$(CONFIG_ARCH_VT8500) += vt8500-bv07.dtb \ |
104 | wm8505-ref.dtb \ | 104 | wm8505-ref.dtb \ |
105 | wm8650-mid.dtb | 105 | wm8650-mid.dtb |
106 | dtb-$(CONFIG_ARCH_ZYNQ) += zynq-zc702.dtb | ||
106 | 107 | ||
107 | endif | 108 | endif |