From: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
To: Masahiro Yamada
<yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
Subject: Re: [PATCH 3/4] ARM: dts: UniPhier: add support for UniPhier SoCs and boards
Date: Thu, 16 Apr 2015 14:31:51 +0200 [thread overview]
Message-ID: <20150416123151.GF13105@lunn.ch> (raw)
In-Reply-To: <1429170038-16757-4-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
On Thu, Apr 16, 2015 at 04:40:37PM +0900, Masahiro Yamada wrote:
> Initial device trees for UniPhier SoCs: PH1-sLD3, PH1-LD4, PH1-Pro4,
> and PH1-sLD8.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
> ---
>
> arch/arm/boot/dts/Makefile | 5 ++
> arch/arm/boot/dts/uniphier-ph1-ld4-ref.dts | 51 +++++++++++++++++
> arch/arm/boot/dts/uniphier-ph1-ld4.dtsi | 78 +++++++++++++++++++++++++
> arch/arm/boot/dts/uniphier-ph1-pro4-ref.dts | 51 +++++++++++++++++
> arch/arm/boot/dts/uniphier-ph1-pro4.dtsi | 85 ++++++++++++++++++++++++++++
> arch/arm/boot/dts/uniphier-ph1-sld3-ref.dts | 52 +++++++++++++++++
> arch/arm/boot/dts/uniphier-ph1-sld3.dtsi | 85 ++++++++++++++++++++++++++++
> arch/arm/boot/dts/uniphier-ph1-sld8-ref.dts | 51 +++++++++++++++++
> arch/arm/boot/dts/uniphier-ph1-sld8.dtsi | 78 +++++++++++++++++++++++++
> arch/arm/boot/dts/uniphier-support-card.dtsi | 39 +++++++++++++
> 10 files changed, 575 insertions(+)
> create mode 100644 arch/arm/boot/dts/uniphier-ph1-ld4-ref.dts
> create mode 100644 arch/arm/boot/dts/uniphier-ph1-ld4.dtsi
> create mode 100644 arch/arm/boot/dts/uniphier-ph1-pro4-ref.dts
> create mode 100644 arch/arm/boot/dts/uniphier-ph1-pro4.dtsi
> create mode 100644 arch/arm/boot/dts/uniphier-ph1-sld3-ref.dts
> create mode 100644 arch/arm/boot/dts/uniphier-ph1-sld3.dtsi
> create mode 100644 arch/arm/boot/dts/uniphier-ph1-sld8-ref.dts
> create mode 100644 arch/arm/boot/dts/uniphier-ph1-sld8.dtsi
> create mode 100644 arch/arm/boot/dts/uniphier-support-card.dtsi
>
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index a1c776b..d639a90 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -588,6 +588,11 @@ dtb-$(CONFIG_ARCH_U8500) += \
> ste-hrefv60plus-tvk.dtb \
> ste-ccu8540.dtb \
> ste-ccu9540.dtb
> +dtb-$(CONFIG_ARCH_UNIPHIER) += \
> + uniphier-ph1-sld3-ref.dtb \
> + uniphier-ph1-ld4-ref.dtb \
> + uniphier-ph1-pro4-ref.dtb \
> + uniphier-ph1-sld8-ref.dtb
> dtb-$(CONFIG_ARCH_VERSATILE) += \
> versatile-ab.dtb \
> versatile-pb.dtb
> diff --git a/arch/arm/boot/dts/uniphier-ph1-ld4-ref.dts b/arch/arm/boot/dts/uniphier-ph1-ld4-ref.dts
> new file mode 100644
> index 0000000..2e83363
> --- /dev/null
> +++ b/arch/arm/boot/dts/uniphier-ph1-ld4-ref.dts
> @@ -0,0 +1,51 @@
> +/*
> + * Device Tree Source for UniPhier PH1-LD4 Reference Board
> + *
> + * Copyright (C) 2015 Socionext Inc.
> + * Author: Masahiro Yamada <yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; either version 2 of the License, or
> + * (at your option) any later version.
> + *
> + * 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.
> + */
Hi Masahiro
There is a growing trend to license DT files dual GPL and X11. Having
the X11 license can help with bootloaders also using the device tree
files.
Please spend some time researching the issue and consider it.
Thanks
Andrew
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-04-16 12:31 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-16 7:40 [PATCH 0/4] ARM: SoC: add a new platform, UniPhier (arch/arm/mach-uniphier) Masahiro Yamada
2015-04-16 7:40 ` [PATCH 1/4] ARM: UniPhier: add basic support for UniPhier architecture Masahiro Yamada
[not found] ` <1429170038-16757-2-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2015-04-16 9:41 ` Arnd Bergmann
2015-04-17 16:12 ` Masahiro Yamada
2015-04-16 9:56 ` Russell King - ARM Linux
[not found] ` <20150416095631.GY12732-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2015-04-17 16:01 ` Masahiro Yamada
2015-04-16 7:40 ` [PATCH 2/4] ARM: multi_v7_defconfig: enable UniPhier SoC family Masahiro Yamada
[not found] ` <1429170038-16757-3-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2015-04-16 9:42 ` Arnd Bergmann
2015-04-17 16:00 ` Masahiro Yamada
[not found] ` <CAK7LNAQ7rX7+YQHNmuXvRH7TKcVpNUdDRr5qUS6PYxPa=NYP0A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-17 16:04 ` Arnd Bergmann
2015-04-16 7:40 ` [PATCH 3/4] ARM: dts: UniPhier: add support for UniPhier SoCs and boards Masahiro Yamada
[not found] ` <1429170038-16757-4-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2015-04-16 9:44 ` Arnd Bergmann
2015-04-17 16:16 ` Masahiro Yamada
2015-04-16 12:31 ` Andrew Lunn [this message]
2015-04-16 7:40 ` [PATCH 4/4] MAINTAINERS: add myself as ARM/UniPhier maintainer Masahiro Yamada
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=20150416123151.GF13105@lunn.ch \
--to=andrew-g2dyl2zd6by@public.gmane.org \
--cc=arnd-r2nGTMty4D4@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).