From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH] net: phy: marvell: avoid configuring fiber page for SGMII-to-Copper Date: Wed, 13 Dec 2017 17:46:15 +0100 Message-ID: <20171213164615.GB28466@lunn.ch> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Florian Fainelli , Jon Nettleton , netdev@vger.kernel.org To: Russell King Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:59714 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753409AbdLMQqR (ORCPT ); Wed, 13 Dec 2017 11:46:17 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Dec 13, 2017 at 09:22:03AM +0000, Russell King wrote: > When in SGMII-to-Copper mode, the fiber page is used for the MAC facing > link, and does not require configuration of the fiber auto-negotiation > settings. Avoid trying. > > Signed-off-by: Russell King Reviewed-by: Andrew Lunn Andrew