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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06C9EC433EF for ; Thu, 7 Oct 2021 21:00:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D48476103C for ; Thu, 7 Oct 2021 21:00:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231938AbhJGVCF (ORCPT ); Thu, 7 Oct 2021 17:02:05 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:55284 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231513AbhJGVCE (ORCPT ); Thu, 7 Oct 2021 17:02:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=5t9Uq9pDfGhlTNstnpRIElreH30LAAQahsG93S0mqW8=; b=PP+d+28YbI6hZeLEUq8WuW2Tmt VECZkv2+recIqjG7oVmDJRTlqWC/lHSI4UBM5CfxuAaonRa4PNrwH95gy7OkLK9k606LTA40itT1S itflcBJYdlUxgghG0U9v4IfSkz7sKsSJVQpsUUUQZj0ba5klsP0M8Ao0g0NeyBeffWTY=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mYaUk-009zgc-Ff; Thu, 07 Oct 2021 23:00:02 +0200 Date: Thu, 7 Oct 2021 23:00:02 +0200 From: Andrew Lunn To: Marcel Ziswiler List-Id: Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Arnd Bergmann , Frank Rowand , Gregory Clement , Olof Johansson , Rob Herring , Russell King , Sebastian Hesselbarth , soc@kernel.org Subject: Re: [PATCH v3 3/3] ARM: dts: mvebu: add device tree for netgear gs110emx switch Message-ID: References: <20211007205659.702842-1-marcel@ziswiler.com> <20211007205659.702842-4-marcel@ziswiler.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211007205659.702842-4-marcel@ziswiler.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Oct 07, 2021 at 10:56:59PM +0200, Marcel Ziswiler wrote: > Add the device tree for a Netgear GS110EMX switch featuring 8 Gigabit > ports and 2 Multi-Gig ports (100M/1G/2.5G/5G/10G). An 88E6390X switch > sits at its core connecting to two 88X3310P 10G PHYs. The control plane > is handled by an 88F6811 Armada 381 SoC. > > The following functionality is tested: > - 8 gigabit Ethernet ports connecting via 88E6390X to the 88F6811 > - serial console UART > - 128 MB commercial grade DDR3L SDRAM > - 16 MB serial SPI NOR flash > > The two 88X3310P 10G PHYs while detected during boot seem neither to > detect any link nor pass any traffic. > > Signed-off-by: Marcel Ziswiler Reviewed-by: Andrew Lunn Andrew