Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759462AbdLRNDz (ORCPT ); Mon, 18 Dec 2017 08:03:55 -0500 Received: from mail.kmu-office.ch ([178.209.48.109]:47146 "EHLO mail.kmu-office.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752789AbdLRNDy (ORCPT ); Mon, 18 Dec 2017 08:03:54 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Mon, 18 Dec 2017 13:58:52 +0100 From: Stefan Agner To: Philippe Ombredanne Cc: Fabio Estevam , Shawn Guo , Sascha Hauer , Fabio Estevam , Rob Herring , Mark Rutland , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-kernel Subject: Re: [PATCH v2 9/9] ARM: dts: imx7: add Toradex Colibri iMX7D 1GB (eMMC) support In-Reply-To: References: <20171217203723.15896-1-stefan@agner.ch> <20171217203723.15896-9-stefan@agner.ch> Message-ID: <1f30292a9736919af79be87c21de5e33@agner.ch> User-Agent: Roundcube Webmail/1.2.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1201 Lines: 48 On 2017-12-17 23:55, Philippe Ombredanne wrote: > Fabio, > > On Sun, Dec 17, 2017 at 10:59 PM, Fabio Estevam wrote: >> Hi Stefan, >> >> On Sun, Dec 17, 2017 at 6:37 PM, Stefan Agner wrote: >> >>> --- /dev/null >>> +++ b/arch/arm/boot/dts/imx7d-colibri-emmc-eval-v3.dts >>> @@ -0,0 +1,20 @@ >>> +/* >>> + * Copyright 2017 Toradex AG >>> + * >>> + * SPDX-License-Identifier: (GPL-2.0+ OR MIT) >>> + */ >> >> In the previous patch you used GPL-2.0 text, instead of GPL-2.0+. >> >> The SPDX line should be the first one and start with a // style comment: >> >> // SPDX-License-Identifier: (GPL-2.0 OR MIT) Hm, good catch, I copied the above from some uniphier device tree. Will fix. > > Yes this line as the top line is the correct way as explained in > Thomas doc patches [1] > I cannot comment of whether the author wants GPL 2 or 2+ though KISS is best. > > [1] https://lkml.org/lkml/2017/12/4/934 > Oh, I see now, you refer to that patch in particular: https://lkml.org/lkml/2017/12/4/942 >> Philippe, please confirm this is the correct way. >> >> With this fixed you can add: >> >> Reviewed-by: Fabio Estevam Thank! -- Stefan