From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752740AbaEGGrW (ORCPT ); Wed, 7 May 2014 02:47:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4397 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752062AbaEGGrV (ORCPT ); Wed, 7 May 2014 02:47:21 -0400 Message-ID: <5369D6B4.3080305@redhat.com> Date: Wed, 07 May 2014 08:46:12 +0200 From: Hans de Goede User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: linux-sunxi@googlegroups.com CC: Emilio Lopez , Mike Turquette , stern@rowland.harvard.edu, kishon@ti.com, Boris Brezillon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, kevin.z.m.zh@gmail.com, sunny@allwinnertech.com, shuge@allwinnertech.com, zhuzhenhua@allwinnertech.com, Boris BREZILLON , Maxime Ripard Subject: Re: [linux-sunxi] [PATCH 7/7] ARM: sunxi: dt: add APP4-EVB1 board support References: <1399434623-20383-1-git-send-email-maxime.ripard@free-electrons.com> <1399434623-20383-8-git-send-email-maxime.ripard@free-electrons.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 05/07/2014 07:10 AM, Koen Kooi wrote: > > Op 7 mei 2014, om 05:50 heeft Maxime Ripard het volgende geschreven: > >> From: Boris BREZILLON >> >> The APP4 EVB1 development boards embeds an A31, together with some NAND, one SD >> card slot, and one SDIO + UART WiFi and Bluetooth chip, a few I2C buses, USB, >> and a LCD display. >> >> Signed-off-by: Boris BREZILLON >> Signed-off-by: Maxime Ripard >> --- >> arch/arm/boot/dts/Makefile | 1 + >> arch/arm/boot/dts/sun6i-a31-app4-evb1.dts | 63 +++++++++++++++++++++++++++++++ >> 2 files changed, 64 insertions(+) >> create mode 100644 arch/arm/boot/dts/sun6i-a31-app4-evb1.dts >> >> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile >> index ffa3f5ef27d3..d50c0895a9d5 100644 >> --- a/arch/arm/boot/dts/Makefile >> +++ b/arch/arm/boot/dts/Makefile >> @@ -343,6 +343,7 @@ dtb-$(CONFIG_ARCH_SUNXI) += \ >> sun5i-a10s-olinuxino-micro.dtb \ >> sun5i-a13-olinuxino.dtb \ >> sun5i-a13-olinuxino-micro.dtb \ >> + sun6i-a31-app4-evb1.dtb \ >> sun6i-a31-colombus.dtb \ >> sun6i-a31-m9.dtb \ >> sun7i-a20-cubieboard2.dtb \ >> diff --git a/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts b/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts >> new file mode 100644 >> index 000000000000..270ab978f858 >> --- /dev/null >> +++ b/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts >> @@ -0,0 +1,63 @@ >> +/* >> + * Copyright 2014 Boris Brezillon >> + * >> + * Boris Brezillon >> + * >> + * The code contained herein is licensed under the GNU General Public >> + * License. You may obtain a copy of the GNU General Public License >> + * Version 2 or later at the following locations: > > Doesn't the kernel try to avoid the 'or later' clause? The kernel as a whole is just "version 2", but for individual files / drivers it is left up to the author whether to add "or later " or not. Regards, Hans From mboxrd@z Thu Jan 1 00:00:00 1970 From: hdegoede@redhat.com (Hans de Goede) Date: Wed, 07 May 2014 08:46:12 +0200 Subject: [linux-sunxi] [PATCH 7/7] ARM: sunxi: dt: add APP4-EVB1 board support In-Reply-To: References: <1399434623-20383-1-git-send-email-maxime.ripard@free-electrons.com> <1399434623-20383-8-git-send-email-maxime.ripard@free-electrons.com> Message-ID: <5369D6B4.3080305@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On 05/07/2014 07:10 AM, Koen Kooi wrote: > > Op 7 mei 2014, om 05:50 heeft Maxime Ripard het volgende geschreven: > >> From: Boris BREZILLON >> >> The APP4 EVB1 development boards embeds an A31, together with some NAND, one SD >> card slot, and one SDIO + UART WiFi and Bluetooth chip, a few I2C buses, USB, >> and a LCD display. >> >> Signed-off-by: Boris BREZILLON >> Signed-off-by: Maxime Ripard >> --- >> arch/arm/boot/dts/Makefile | 1 + >> arch/arm/boot/dts/sun6i-a31-app4-evb1.dts | 63 +++++++++++++++++++++++++++++++ >> 2 files changed, 64 insertions(+) >> create mode 100644 arch/arm/boot/dts/sun6i-a31-app4-evb1.dts >> >> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile >> index ffa3f5ef27d3..d50c0895a9d5 100644 >> --- a/arch/arm/boot/dts/Makefile >> +++ b/arch/arm/boot/dts/Makefile >> @@ -343,6 +343,7 @@ dtb-$(CONFIG_ARCH_SUNXI) += \ >> sun5i-a10s-olinuxino-micro.dtb \ >> sun5i-a13-olinuxino.dtb \ >> sun5i-a13-olinuxino-micro.dtb \ >> + sun6i-a31-app4-evb1.dtb \ >> sun6i-a31-colombus.dtb \ >> sun6i-a31-m9.dtb \ >> sun7i-a20-cubieboard2.dtb \ >> diff --git a/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts b/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts >> new file mode 100644 >> index 000000000000..270ab978f858 >> --- /dev/null >> +++ b/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts >> @@ -0,0 +1,63 @@ >> +/* >> + * Copyright 2014 Boris Brezillon >> + * >> + * Boris Brezillon >> + * >> + * The code contained herein is licensed under the GNU General Public >> + * License. You may obtain a copy of the GNU General Public License >> + * Version 2 or later at the following locations: > > Doesn't the kernel try to avoid the 'or later' clause? The kernel as a whole is just "version 2", but for individual files / drivers it is left up to the author whether to add "or later " or not. Regards, Hans