From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932317AbdCFVv4 (ORCPT ); Mon, 6 Mar 2017 16:51:56 -0500 Received: from customer-85-204-195-167.ip4.gigabit.dk ([85.204.195.167]:38379 "EHLO customer-2a00-7660-0ca7-0000-0000-0000-0000-0b1b.ip6.gigabit.dk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753140AbdCFVvk (ORCPT ); Mon, 6 Mar 2017 16:51:40 -0500 Date: Mon, 6 Mar 2017 22:49:05 +0100 From: Rask Ingemann Lambertsen To: Icenowy Zheng Cc: Rob Herring , Maxime Ripard , Chen-Yu Tsai , devicetree@vger.kernel.org, Andre Przywara , linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v8 6/6] arm64: dts: allwinner: h5: add support for the Orange Pi PC 2 board Message-ID: <20170306214904.o2zpw3q3fvtrmsmd@localhost> References: <20170306171750.7491-1-icenowy@aosc.xyz> <20170306171750.7491-7-icenowy@aosc.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170306171750.7491-7-icenowy@aosc.xyz> User-Agent: NeoMutt/20161104 (1.7.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 07, 2017 at 01:17:50AM +0800, Icenowy Zheng wrote: > From: Andre Przywara > > The Orange Pi PC 2 is a typical single board computer using the > Allwinner H5 SoC. Apart from the usual suspects it features three > separately driven USB ports and a Gigabit Ethernet port. > Also it has a SPI NOR flash soldered, from which the board can boot > from. This enables the SBC to behave like a "real computer" with > built-in firmware. > > Add the board specific .dts file, which includes the H5 .dtsi and > enables the peripherals that we support so far. > > Signed-off-by: Andre Przywara > [Icenowy: dropped all GPIO pinctrl nodes, change red LED gpio, > change MMC cd to active-low, rename some node names to prevent > underscores] > Signed-off-by: Icenowy Zheng Reviewed-by: Rask Ingemann Lambertsen > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts > new file mode 100644 > index 000000000000..30639729920d > --- /dev/null > +++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts > @@ -0,0 +1,163 @@ > +/* > + * Copyright (C) 2016 ARM Ltd. > + * > + * This file is dual-licensed: you can use it either under the terms > + * of the GPL or the X11 license, at your option. Note that this dual > + * licensing only applies to this file, and not this project as a > + * whole. I didn't catch any sort of announcement of it, but it seems as if we've started using SPDX license identifiers in dts files. Thus you can simply include the line SPDX-License-Identifier: (GPL-2.0+ OR MIT) after the copyright notice and omit the license notices themselves. Even though the comment refers to "the X11 license", the license text matches that associated with the MIT license identifier [1] rather than that of the X11 license [2]. The same goes for patch 5/6. [1] https://spdx.org/licenses/MIT.html#licenseText [2] https://spdx.org/licenses/X11.html#licenseText -- Rask Ingemann Lambertsen From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rask Ingemann Lambertsen Subject: Re: [PATCH v8 6/6] arm64: dts: allwinner: h5: add support for the Orange Pi PC 2 board Date: Mon, 6 Mar 2017 22:49:05 +0100 Message-ID: <20170306214904.o2zpw3q3fvtrmsmd@localhost> References: <20170306171750.7491-1-icenowy@aosc.xyz> <20170306171750.7491-7-icenowy@aosc.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20170306171750.7491-7-icenowy@aosc.xyz> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Icenowy Zheng Cc: devicetree@vger.kernel.org, Andre Przywara , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, Chen-Yu Tsai , Rob Herring , Maxime Ripard , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Tue, Mar 07, 2017 at 01:17:50AM +0800, Icenowy Zheng wrote: > From: Andre Przywara > > The Orange Pi PC 2 is a typical single board computer using the > Allwinner H5 SoC. Apart from the usual suspects it features three > separately driven USB ports and a Gigabit Ethernet port. > Also it has a SPI NOR flash soldered, from which the board can boot > from. This enables the SBC to behave like a "real computer" with > built-in firmware. > > Add the board specific .dts file, which includes the H5 .dtsi and > enables the peripherals that we support so far. > > Signed-off-by: Andre Przywara > [Icenowy: dropped all GPIO pinctrl nodes, change red LED gpio, > change MMC cd to active-low, rename some node names to prevent > underscores] > Signed-off-by: Icenowy Zheng Reviewed-by: Rask Ingemann Lambertsen > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts > new file mode 100644 > index 000000000000..30639729920d > --- /dev/null > +++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts > @@ -0,0 +1,163 @@ > +/* > + * Copyright (C) 2016 ARM Ltd. > + * > + * This file is dual-licensed: you can use it either under the terms > + * of the GPL or the X11 license, at your option. Note that this dual > + * licensing only applies to this file, and not this project as a > + * whole. I didn't catch any sort of announcement of it, but it seems as if we've started using SPDX license identifiers in dts files. Thus you can simply include the line SPDX-License-Identifier: (GPL-2.0+ OR MIT) after the copyright notice and omit the license notices themselves. Even though the comment refers to "the X11 license", the license text matches that associated with the MIT license identifier [1] rather than that of the X11 license [2]. The same goes for patch 5/6. [1] https://spdx.org/licenses/MIT.html#licenseText [2] https://spdx.org/licenses/X11.html#licenseText -- Rask Ingemann Lambertsen From mboxrd@z Thu Jan 1 00:00:00 1970 From: rask@formelder.dk (Rask Ingemann Lambertsen) Date: Mon, 6 Mar 2017 22:49:05 +0100 Subject: [PATCH v8 6/6] arm64: dts: allwinner: h5: add support for the Orange Pi PC 2 board In-Reply-To: <20170306171750.7491-7-icenowy@aosc.xyz> References: <20170306171750.7491-1-icenowy@aosc.xyz> <20170306171750.7491-7-icenowy@aosc.xyz> Message-ID: <20170306214904.o2zpw3q3fvtrmsmd@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Mar 07, 2017 at 01:17:50AM +0800, Icenowy Zheng wrote: > From: Andre Przywara > > The Orange Pi PC 2 is a typical single board computer using the > Allwinner H5 SoC. Apart from the usual suspects it features three > separately driven USB ports and a Gigabit Ethernet port. > Also it has a SPI NOR flash soldered, from which the board can boot > from. This enables the SBC to behave like a "real computer" with > built-in firmware. > > Add the board specific .dts file, which includes the H5 .dtsi and > enables the peripherals that we support so far. > > Signed-off-by: Andre Przywara > [Icenowy: dropped all GPIO pinctrl nodes, change red LED gpio, > change MMC cd to active-low, rename some node names to prevent > underscores] > Signed-off-by: Icenowy Zheng Reviewed-by: Rask Ingemann Lambertsen > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts > new file mode 100644 > index 000000000000..30639729920d > --- /dev/null > +++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts > @@ -0,0 +1,163 @@ > +/* > + * Copyright (C) 2016 ARM Ltd. > + * > + * This file is dual-licensed: you can use it either under the terms > + * of the GPL or the X11 license, at your option. Note that this dual > + * licensing only applies to this file, and not this project as a > + * whole. I didn't catch any sort of announcement of it, but it seems as if we've started using SPDX license identifiers in dts files. Thus you can simply include the line SPDX-License-Identifier: (GPL-2.0+ OR MIT) after the copyright notice and omit the license notices themselves. Even though the comment refers to "the X11 license", the license text matches that associated with the MIT license identifier [1] rather than that of the X11 license [2]. The same goes for patch 5/6. [1] https://spdx.org/licenses/MIT.html#licenseText [2] https://spdx.org/licenses/X11.html#licenseText -- Rask Ingemann Lambertsen