From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A332EC31E45 for ; Thu, 13 Jun 2019 16:54:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7BE6D2080A for ; Thu, 13 Jun 2019 16:54:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560444897; bh=vPst04mhCl3KIJo/LpaMenWyVwtqXqolMhGHFBGokHM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=sPnYu6xPxMbyZJVyIEq8MkzwwdVH1AbCGAU0ePLZoXGnPSpsF/SRnQQEx0SzS3tRr yqMwmNzQ2qDYfibF/6lUfk3FJQSnMNGUaUHk7hBh+IG8oJ5XD2qTH5b3VHsSfGJ4vE +HCm8cLlseKYCdN4ffe3mKbTxmsnHLcGFCYLsPgw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404378AbfFMQyn (ORCPT ); Thu, 13 Jun 2019 12:54:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:58568 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730045AbfFMCf3 (ORCPT ); Wed, 12 Jun 2019 22:35:29 -0400 Received: from dragon (li1322-146.members.linode.com [45.79.223.146]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CC58420B7C; Thu, 13 Jun 2019 02:35:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560393329; bh=vPst04mhCl3KIJo/LpaMenWyVwtqXqolMhGHFBGokHM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h3dX+Ct9uOVCm6ikypOSf56jJ0R6OqUWb3PzVg+C5Z5emu7tcZLbFmLlrPknQhoDS xSzdLAw8clUVDiesy1W6VFdoWHLhVM8+gOtoFzyFNJRBOGE88NWgqwNJMI5XYp12TS WpIbalQ91kg3+LqIFJV2Wq/PjiGHbfsTncngghCE= Date: Thu, 13 Jun 2019 10:34:53 +0800 From: Shawn Guo To: Vladimir Oltean Cc: leoyang.li@nxp.com, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH v4] ARM: dts: Introduce the NXP LS1021A-TSN board Message-ID: <20190613023452.GF20747@dragon> References: <20190606222817.14223-1-olteanv@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190606222817.14223-1-olteanv@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 07, 2019 at 01:28:17AM +0300, Vladimir Oltean wrote: > The LS1021A-TSN is a development board built by VVDN/Argonboards in > partnership with NXP. > > It features the LS1021A SoC and the first-generation SJA1105T Ethernet > switch for prototyping implementations of a subset of IEEE 802.1 TSN > standards. > > It has two regular Ethernet ports and four switched, TSN-capable ports. > > It also features: > - One Arduino header > - One expansion header > - Two USB 3.0 ports > - One mini PCIe slot > - One SATA interface > - Accelerometer, gyroscope, temperature sensors > > Signed-off-by: Vladimir Oltean Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH v4] ARM: dts: Introduce the NXP LS1021A-TSN board Date: Thu, 13 Jun 2019 10:34:53 +0800 Message-ID: <20190613023452.GF20747@dragon> References: <20190606222817.14223-1-olteanv@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190606222817.14223-1-olteanv@gmail.com> 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: Vladimir Oltean Cc: devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, leoyang.li@nxp.com, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Fri, Jun 07, 2019 at 01:28:17AM +0300, Vladimir Oltean wrote: > The LS1021A-TSN is a development board built by VVDN/Argonboards in > partnership with NXP. > > It features the LS1021A SoC and the first-generation SJA1105T Ethernet > switch for prototyping implementations of a subset of IEEE 802.1 TSN > standards. > > It has two regular Ethernet ports and four switched, TSN-capable ports. > > It also features: > - One Arduino header > - One expansion header > - Two USB 3.0 ports > - One mini PCIe slot > - One SATA interface > - Accelerometer, gyroscope, temperature sensors > > Signed-off-by: Vladimir Oltean Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ECC14C31E46 for ; Thu, 13 Jun 2019 02:35:43 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B7B3221721 for ; Thu, 13 Jun 2019 02:35:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="gQ8BUsTM"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="h3dX+Ct9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B7B3221721 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wqJ16+vI9s7hw0xf9eZvAA60a4TgfYQeNETd8SKKliM=; b=gQ8BUsTMDD9xY3 vWAUU27r0gwaHjAciRBi6fKseQiBnTw3WllMhDDkDf52+VAK6IVgkYm6yKYoH08msxRuJytnLsXeb Z2bZCsLrOWD++CyM6o+K6xvsK2aZcZ0NJCXYpOwniVnKIwmkzePE/uaemy1IIodWX1lFlXxN/ano4 pf9jALlPYQho8L7PNHW3VTikfLvthf5CjBxeIuiezg7yhoII6S2tDTXVd+lVAHAshne7tjT5a351x H/BYVrRF5Yorl4dQwVkih5rG+pwZAUaeT6SOqvQlJwvJLK9scthJhQQ8/32qYLd6QAmiL7SdgRe5p rLpD4BbBemvL3j6Up6fg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hbFaO-0001dS-Rj; Thu, 13 Jun 2019 02:35:32 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hbFaL-0001d7-FJ for linux-arm-kernel@lists.infradead.org; Thu, 13 Jun 2019 02:35:31 +0000 Received: from dragon (li1322-146.members.linode.com [45.79.223.146]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CC58420B7C; Thu, 13 Jun 2019 02:35:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560393329; bh=vPst04mhCl3KIJo/LpaMenWyVwtqXqolMhGHFBGokHM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h3dX+Ct9uOVCm6ikypOSf56jJ0R6OqUWb3PzVg+C5Z5emu7tcZLbFmLlrPknQhoDS xSzdLAw8clUVDiesy1W6VFdoWHLhVM8+gOtoFzyFNJRBOGE88NWgqwNJMI5XYp12TS WpIbalQ91kg3+LqIFJV2Wq/PjiGHbfsTncngghCE= Date: Thu, 13 Jun 2019 10:34:53 +0800 From: Shawn Guo To: Vladimir Oltean Subject: Re: [PATCH v4] ARM: dts: Introduce the NXP LS1021A-TSN board Message-ID: <20190613023452.GF20747@dragon> References: <20190606222817.14223-1-olteanv@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190606222817.14223-1-olteanv@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190612_193530_332385_15B47168 X-CRM114-Status: UNSURE ( 8.52 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, leoyang.li@nxp.com, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jun 07, 2019 at 01:28:17AM +0300, Vladimir Oltean wrote: > The LS1021A-TSN is a development board built by VVDN/Argonboards in > partnership with NXP. > > It features the LS1021A SoC and the first-generation SJA1105T Ethernet > switch for prototyping implementations of a subset of IEEE 802.1 TSN > standards. > > It has two regular Ethernet ports and four switched, TSN-capable ports. > > It also features: > - One Arduino header > - One expansion header > - Two USB 3.0 ports > - One mini PCIe slot > - One SATA interface > - Accelerometer, gyroscope, temperature sensors > > Signed-off-by: Vladimir Oltean Applied, thanks. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel