From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759060AbcBYA3g (ORCPT ); Wed, 24 Feb 2016 19:29:36 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:34887 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758937AbcBYA3d (ORCPT ); Wed, 24 Feb 2016 19:29:33 -0500 Date: Wed, 24 Feb 2016 16:29:08 -0800 From: Olof Johansson To: Lars Persson Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux-kernel@vger.kernel.org, Lars Persson Subject: Re: [PATCH v3 2/6] arm: dts: add Artpec-6 SoC dtsi file Message-ID: <20160225002908.GD10126@localhost> References: <9d3b8e80eeb56ca0808aae62eabd82af23ddb5c5.1455205057.git.larper@axis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9d3b8e80eeb56ca0808aae62eabd82af23ddb5c5.1455205057.git.larper@axis.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 11, 2016 at 05:06:17PM +0100, Lars Persson wrote: > Initial device tree for the Artpec-6 SoC. > > Signed-off-by: Lars Persson > --- > arch/arm/boot/dts/artpec6.dtsi | 236 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 236 insertions(+) > create mode 100644 arch/arm/boot/dts/artpec6.dtsi > > diff --git a/arch/arm/boot/dts/artpec6.dtsi b/arch/arm/boot/dts/artpec6.dtsi > new file mode 100644 > index 0000000..f2a7e4a > --- /dev/null > +++ b/arch/arm/boot/dts/artpec6.dtsi > @@ -0,0 +1,236 @@ > +/* > + * Device Tree Source for the Axis ARTPEC-6 SoC > + * > + * This file is licensed under the terms of the GNU General Public License > + * version 2. This program is licensed "as is" without any warranty of any > + * kind, whether express or implied. > + */ I just realized these are GPL-only. We try to get most DTS/DTSI files dual licensed now so that they can be separated from the linux kernel and used in other projects. You can see the boilerplate used by other platforms in the same directory. I'd appreciate a patch that changed the licensing (it can be done on top of this, since I already applied the patches we might as well keep them and fix incrementally). (Let me know if your corporate lawyers are giving you a hard time over this, I'd be happy to talk to them to explain if needed). -Olof