From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 09 Feb 2016 12:25:09 +0100 (CET) Received: from mail-out.m-online.net ([212.18.0.9]:55278 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27011697AbcBILXjeqRpw (ORCPT ); Tue, 9 Feb 2016 12:23:39 +0100 Received: from mail.nefkom.net (unknown [192.168.8.184]) by mail-out.m-online.net (Postfix) with ESMTP id 3q020W3GbWz3hj8L; Tue, 9 Feb 2016 12:23:39 +0100 (CET) X-Auth-Info: oX7+3uB9LjSJeSGWh3Wa6BaDslnCP12abuIzqTR1iTQ= Received: from chi.localnet (unknown [195.140.253.167]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp-auth.mnet-online.de (Postfix) with ESMTPSA id 3q020W1tpgzvdWV; Tue, 9 Feb 2016 12:23:39 +0100 (CET) From: Marek Vasut To: Antony Pavlov Subject: Re: [RFC v5 10/15] MIPS: ath79: add initial support for Dragino MS14 (Dragino 2) Date: Tue, 9 Feb 2016 12:16:38 +0100 User-Agent: KMail/1.13.7 (Linux/3.14-2-amd64; KDE/4.13.1; x86_64; ; ) Cc: linux-mips@linux-mips.org, Wills Wang , Daniel Schwierzeck , Alban Bedel , Gabor Juhos , devicetree@vger.kernel.org References: <1455005641-7079-1-git-send-email-antonynpavlov@gmail.com> <1455005641-7079-11-git-send-email-antonynpavlov@gmail.com> In-Reply-To: <1455005641-7079-11-git-send-email-antonynpavlov@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201602091216.38470.marex@denx.de> Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 51897 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: marex@denx.de Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Tuesday, February 09, 2016 at 09:13:56 AM, Antony Pavlov wrote: > The following features are supported: > > * UART; > * SPI-flash; > * USB host; > * GPIO keys and LEDs. > > Links: > > * http://www.dragino.com/products/mother-board/item/71-ms14-p.html > * https://wiki.openwrt.org/toh/dragino/ms14 > > Signed-off-by: Antony Pavlov > Cc: Gabor Juhos > Cc: Alban Bedel > Cc: linux-mips@linux-mips.org > Cc: devicetree@vger.kernel.org > --- > arch/mips/boot/dts/qca/Makefile | 1 + > arch/mips/boot/dts/qca/dragino_ms14.dts | 101 > ++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) > > diff --git a/arch/mips/boot/dts/qca/Makefile > b/arch/mips/boot/dts/qca/Makefile index 504c4b1..e949cff 100644 > --- a/arch/mips/boot/dts/qca/Makefile > +++ b/arch/mips/boot/dts/qca/Makefile > @@ -1,5 +1,6 @@ > # All DTBs > dtb-$(CONFIG_ATH79) += ar9132_tl_wr1043nd_v1.dtb > +dtb-$(CONFIG_ATH79) += dragino_ms14.dtb ar9331_dragino_ms14.dtb ? > dtb-$(CONFIG_ATH79) += tl_mr3020.dtb > You should re-order the board additions at the end of the patchset, so you can then squash the USB DT patch for the mr3020 board into it. Best regards, Marek Vasut From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Subject: Re: [RFC v5 10/15] MIPS: ath79: add initial support for Dragino MS14 (Dragino 2) Date: Tue, 9 Feb 2016 12:16:38 +0100 Message-ID: <201602091216.38470.marex@denx.de> References: <1455005641-7079-1-git-send-email-antonynpavlov@gmail.com> <1455005641-7079-11-git-send-email-antonynpavlov@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1455005641-7079-11-git-send-email-antonynpavlov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Antony Pavlov Cc: linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org, Wills Wang , Daniel Schwierzeck , Alban Bedel , Gabor Juhos , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Tuesday, February 09, 2016 at 09:13:56 AM, Antony Pavlov wrote: > The following features are supported: > > * UART; > * SPI-flash; > * USB host; > * GPIO keys and LEDs. > > Links: > > * http://www.dragino.com/products/mother-board/item/71-ms14-p.html > * https://wiki.openwrt.org/toh/dragino/ms14 > > Signed-off-by: Antony Pavlov > Cc: Gabor Juhos > Cc: Alban Bedel > Cc: linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org > Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > --- > arch/mips/boot/dts/qca/Makefile | 1 + > arch/mips/boot/dts/qca/dragino_ms14.dts | 101 > ++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) > > diff --git a/arch/mips/boot/dts/qca/Makefile > b/arch/mips/boot/dts/qca/Makefile index 504c4b1..e949cff 100644 > --- a/arch/mips/boot/dts/qca/Makefile > +++ b/arch/mips/boot/dts/qca/Makefile > @@ -1,5 +1,6 @@ > # All DTBs > dtb-$(CONFIG_ATH79) += ar9132_tl_wr1043nd_v1.dtb > +dtb-$(CONFIG_ATH79) += dragino_ms14.dtb ar9331_dragino_ms14.dtb ? > dtb-$(CONFIG_ATH79) += tl_mr3020.dtb > You should re-order the board additions at the end of the patchset, so you can then squash the USB DT patch for the mr3020 board into it. Best regards, Marek Vasut -- 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