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/mach-zynq | |
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/mach-zynq')
-rw-r--r-- | arch/arm/mach-zynq/common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/common.c b/arch/arm/mach-zynq/common.c index f0eef848c0d0..5441323e2a68 100644 --- a/arch/arm/mach-zynq/common.c +++ b/arch/arm/mach-zynq/common.c | |||
@@ -115,7 +115,8 @@ static void __init xilinx_map_io(void) | |||
115 | } | 115 | } |
116 | 116 | ||
117 | static const char *xilinx_dt_match[] = { | 117 | static const char *xilinx_dt_match[] = { |
118 | "xlnx,zynq-ep107", | 118 | "xlnx,zynq-zc702", |
119 | "xlnx,zynq-7000", | ||
119 | NULL | 120 | NULL |
120 | }; | 121 | }; |
121 | 122 | ||