summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorJosh Cartwright <josh.cartwright@ni.com>2012-10-31 12:24:48 -0600
committerMichal Simek <michal.simek@xilinx.com>2012-11-12 13:24:48 +0100
commite06f1a9ed7ebff170ba05d2606d079fb36c6a52d (patch)
treec5cafdfa2b8f3bcb86024ee44acfe3ad605bad56 /arch/arm/boot/dts/Makefile
parentaaf5e0be79e37d5a8509f09852788fa6a82522b2 (diff)
downloadop-kernel-dev-e06f1a9ed7ebff170ba05d2606d079fb36c6a52d.zip
op-kernel-dev-e06f1a9ed7ebff170ba05d2606d079fb36c6a52d.tar.gz
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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index f37cf9f..76ed11e 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 \
dtb-$(CONFIG_ARCH_VT8500) += vt8500-bv07.dtb \
wm8505-ref.dtb \
wm8650-mid.dtb
+dtb-$(CONFIG_ARCH_ZYNQ) += zynq-zc702.dtb
endif
OpenPOWER on IntegriCloud