Re: [PATCH 4/5] ARM: dts: zynq: Split off Parallella Microserver device tree

2015-02-12 Thread Ola Jeppsson

On 2015-02-12 01:55, Andreas Färber wrote:

The Microserver edition has neither HDMI nor USB.

Cc: Ola Jeppsson o...@adapteva.com
Signed-off-by: Andreas Färber afaer...@suse.de
---
  arch/arm/boot/dts/Makefile|  1 +
  arch/arm/boot/dts/zynq-parallella-microserver.dts | 19 +++
  2 files changed, 20 insertions(+)
  create mode 100644 arch/arm/boot/dts/zynq-parallella-microserver.dts

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index a1c776b8dcec..42c75eeba584 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -606,6 +606,7 @@ dtb-$(CONFIG_ARCH_VT8500) += \
wm8850-w70v2.dtb
  dtb-$(CONFIG_ARCH_ZYNQ) += \
zynq-parallella.dtb \
+   zynq-parallella-microserver.dtb \
zynq-zc702.dtb \
zynq-zc706.dtb \
zynq-zed.dtb \
diff --git a/arch/arm/boot/dts/zynq-parallella-microserver.dts 
b/arch/arm/boot/dts/zynq-parallella-microserver.dts
new file mode 100644
index ..1f3bd2d27a93
--- /dev/null
+++ b/arch/arm/boot/dts/zynq-parallella-microserver.dts
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2014 SUSE LINUX Products GmbH
+ * Copyright (c) 2015 SUSE Linux GmbH
+ *
+ * This software is licensed under the terms of the GNU General Public
+ * License version 2, as published by the Free Software Foundation, and
+ * may be copied, distributed, and modified under those terms.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ */
+/dts-v1/;
+#include zynq-parallella1.dtsi
+
+/ {
+   model = Adapteva Parallella Microserver Board;
+};

To me it would make more sense to use the model number in the file name.
I.e., p1600 instead of microserver.

http://www.digikey.com/product-search/en?v=1554FV=fff40028%2Cfff8014d


// Ola

--
Phone: +46.733208642
Skype: olajep
Email: o...@adapteva.com

--
To unsubscribe from this list: send the line unsubscribe devicetree in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 4/5] ARM: dts: zynq: Split off Parallella Microserver device tree

2015-02-11 Thread Andreas Färber
The Microserver edition has neither HDMI nor USB.

Cc: Ola Jeppsson o...@adapteva.com
Signed-off-by: Andreas Färber afaer...@suse.de
---
 arch/arm/boot/dts/Makefile|  1 +
 arch/arm/boot/dts/zynq-parallella-microserver.dts | 19 +++
 2 files changed, 20 insertions(+)
 create mode 100644 arch/arm/boot/dts/zynq-parallella-microserver.dts

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index a1c776b8dcec..42c75eeba584 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -606,6 +606,7 @@ dtb-$(CONFIG_ARCH_VT8500) += \
wm8850-w70v2.dtb
 dtb-$(CONFIG_ARCH_ZYNQ) += \
zynq-parallella.dtb \
+   zynq-parallella-microserver.dtb \
zynq-zc702.dtb \
zynq-zc706.dtb \
zynq-zed.dtb \
diff --git a/arch/arm/boot/dts/zynq-parallella-microserver.dts 
b/arch/arm/boot/dts/zynq-parallella-microserver.dts
new file mode 100644
index ..1f3bd2d27a93
--- /dev/null
+++ b/arch/arm/boot/dts/zynq-parallella-microserver.dts
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2014 SUSE LINUX Products GmbH
+ * Copyright (c) 2015 SUSE Linux GmbH
+ *
+ * This software is licensed under the terms of the GNU General Public
+ * License version 2, as published by the Free Software Foundation, and
+ * may be copied, distributed, and modified under those terms.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ */
+/dts-v1/;
+#include zynq-parallella1.dtsi
+
+/ {
+   model = Adapteva Parallella Microserver Board;
+};
-- 
2.2.2

--
To unsubscribe from this list: send the line unsubscribe devicetree in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html