[PATCH v2 1/5] ARM: zynq: dts: split up device tree
From: Michal Simek <hidden>
Date: 2012-11-12 12:00:46
Also in:
lkml
Hi Josh, 2012/10/31 Josh Cartwright [off-list ref]:
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 <redacted>
---
arch/arm/boot/dts/Makefile | 1 +
.../boot/dts/{zynq-ep107.dts => zynq-7000.dtsi} | 19 +++-----------
arch/arm/boot/dts/zynq-zc702.dts | 30 ++++++++++++++++++++++
arch/arm/mach-zynq/common.c | 3 ++-
4 files changed, 36 insertions(+), 17 deletions(-)
rename arch/arm/boot/dts/{zynq-ep107.dts => zynq-7000.dtsi} (79%)
create mode 100644 arch/arm/boot/dts/zynq-zc702.dtsWe have had discussion about this dtsi stuff and also based on our previous discussion all trying to convince me that this solution is right solution. I still have doubts but I will apply it to arm-next tree and we can revisit it in future. Thanks, Michal