All of lore.kernel.org
 help / color / mirror / Atom feed
From: ola@adapteva.com (Ola Jeppsson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/5] ARM: dts: zynq: Split off Parallella Microserver device tree
Date: Thu, 12 Feb 2015 14:12:19 +0100	[thread overview]
Message-ID: <54DCA6B3.1090903@adapteva.com> (raw)
In-Reply-To: <1423702513-4032-5-git-send-email-afaerber@suse.de>

On 2015-02-12 01:55, Andreas F?rber wrote:
> The Microserver edition has neither HDMI nor USB.
>
> Cc: Ola Jeppsson <ola@adapteva.com>
> Signed-off-by: Andreas F?rber <afaerber@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 000000000000..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=1554&FV=fff40028%2Cfff8014d


// Ola

-- 
Phone: +46.733208642
Skype: olajep
Email: ola at adapteva.com

WARNING: multiple messages have this Message-ID (diff)
From: Ola Jeppsson <ola@adapteva.com>
To: "Andreas Färber" <afaerber@suse.de>,
	"Michal Simek" <michal.simek@xilinx.com>
Cc: "Olof Johansson" <olof@lixom.net>,
	"Sören Brinkmann" <soren.brinkmann@xilinx.com>,
	linux-arm-kernel@lists.infradead.org,
	"Andreas Olofsson" <andreas@adapteva.com>,
	"Matteo Vit" <matteo.vit@starwaredesign.com>,
	"Sean Rickerd" <srickerd@suse.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Pawel Moll" <pawel.moll@arm.com>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"Ian Campbell" <ijc+devicetree@hellion.org.uk>,
	"Kumar Gala" <galak@codeaurora.org>,
	"Russell King" <linux@arm.linux.org.uk>,
	"open list:OPEN FIRMWARE AND..." <devicetree@vger.kernel.org>,
	"open list" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 4/5] ARM: dts: zynq: Split off Parallella Microserver device tree
Date: Thu, 12 Feb 2015 14:12:19 +0100	[thread overview]
Message-ID: <54DCA6B3.1090903@adapteva.com> (raw)
In-Reply-To: <1423702513-4032-5-git-send-email-afaerber@suse.de>

On 2015-02-12 01:55, Andreas Färber wrote:
> The Microserver edition has neither HDMI nor USB.
>
> Cc: Ola Jeppsson <ola@adapteva.com>
> Signed-off-by: Andreas Färber <afaerber@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 000000000000..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=1554&FV=fff40028%2Cfff8014d


// Ola

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

  reply	other threads:[~2015-02-12 13:12 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-12  0:55 [PATCH RFC 0/5] ARM: dts: zynq: pinctrl, LED, USB for Parallella Andreas Färber
2015-02-12  0:55 ` [PATCH 1/5] ARM: dts: zynq: Split out common Parallella bits Andreas Färber
2015-02-12  0:55   ` Andreas Färber
2015-02-12  0:55   ` Andreas Färber
2015-02-12  0:55 ` [PATCH 2/5] ARM: dts: zynq: Add pinctrl to Parallella Andreas Färber
2015-02-12  0:55   ` Andreas Färber
2015-02-12  0:55   ` Andreas Färber
2015-02-12  0:55 ` [PATCH 3/5] ARM: dts: zynq: Add LED for Parallella Andreas Färber
2015-02-12  0:55   ` Andreas Färber
2015-02-12  0:55   ` Andreas Färber
2015-02-12  0:55 ` [PATCH 4/5] ARM: dts: zynq: Split off Parallella Microserver device tree Andreas Färber
2015-02-12  0:55   ` Andreas Färber
2015-02-12  0:55   ` Andreas Färber
2015-02-12 13:12   ` Ola Jeppsson [this message]
2015-02-12 13:12     ` Ola Jeppsson
2015-02-12  0:55 ` [PATCH 5/5] ARM: dts: zynq: Add USB for Parallella Andreas Färber
2015-02-12  0:55   ` Andreas Färber
2015-02-12  0:55   ` Andreas Färber
2015-02-12  1:19 ` [PATCH RFC 0/5] ARM: dts: zynq: pinctrl, LED, " Sören Brinkmann
2015-02-12  2:58   ` Andreas Färber
2015-02-12  3:31     ` Sören Brinkmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54DCA6B3.1090903@adapteva.com \
    --to=ola@adapteva.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.