From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH] dp83867: fix speed 10 in sgmii mode Date: Fri, 26 Oct 2018 01:06:11 +0200 Message-ID: <20181025230611.GE6276@lunn.ch> References: <20181025110530.22826-1-muvarov@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, f.fainelli@gmail.com, netdev@vger.kernel.org To: Max Uvarov Return-path: Content-Disposition: inline In-Reply-To: <20181025110530.22826-1-muvarov@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, Oct 25, 2018 at 02:05:30PM +0300, Max Uvarov wrote: Hi Max > For support 10Mps sped in SGMII mode DP83867_10M_SGMII_RATE_ADAPT bit speed. > of DP83867_10M_SGMII_CFG register has to be cleared by software. > That does not affect speeds 100 and 1000 so can be done on init. It would be good to add a Fixes: tag. Has this always been broken? Thanks Andrew