From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: phy: marvell: avoid configuring fiber page for SGMII-to-Copper Date: Wed, 13 Dec 2017 16:13:42 -0500 (EST) Message-ID: <20171213.161342.633138166685266086.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: andrew@lunn.ch, f.fainelli@gmail.com, jon@solid-run.com, netdev@vger.kernel.org To: rmk+kernel@armlinux.org.uk Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:45344 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753360AbdLMVNo (ORCPT ); Wed, 13 Dec 2017 16:13:44 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Russell King Date: Wed, 13 Dec 2017 09:22:03 +0000 > 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 Applied.