From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next v3 5/5] net: dsa: b53: Add SerDes support Date: Thu, 6 Sep 2018 03:53:06 +0200 Message-ID: <20180906015306.GF27719@lunn.ch> References: <20180905194215.29301-1-f.fainelli@gmail.com> <20180905194215.29301-6-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, vivien.didelot@savoirfairelinux.com, davem@davemloft.net To: Florian Fainelli Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:54082 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725781AbeIFG0E (ORCPT ); Thu, 6 Sep 2018 02:26:04 -0400 Content-Disposition: inline In-Reply-To: <20180905194215.29301-6-f.fainelli@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Sep 05, 2018 at 12:42:15PM -0700, Florian Fainelli wrote: > Add support for the Northstar Plus SerDes which is accessed through a > special page of the switch. Since this is something that most people > probably will not want to use, make it a configurable option with a > default on ARCH_BCM_NSP where it is the most useful currently. > > The SerDes supports both SGMII and 1000baseX modes for both lanes, and > 2500baseX for one of the lanes, and is internally looking like a > seemingly standard MII PHY, except for the few bits that got repurposed. > > Signed-off-by: Florian Fainelli Reviewed-by: Andrew Lunn Andrew