From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 2/2] net: phy: DP83TC811: Fix SGMII enable/disable Date: Tue, 03 Jul 2018 11:38:40 +0900 (KST) Message-ID: <20180703.113840.1969061366041548955.davem@davemloft.net> References: <20180629153546.24107-1-dmurphy@ti.com> <20180629153546.24107-2-dmurphy@ti.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: dmurphy@ti.com Return-path: In-Reply-To: <20180629153546.24107-2-dmurphy@ti.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Dan Murphy Date: Fri, 29 Jun 2018 10:35:46 -0500 > If SGMII was selected in the DT then the device should > write the SGMII enable bit. > > If SGMII is not selected in the DT then the SGMII bit > should be disabled. > > Signed-off-by: Dan Murphy > --- > > v2 - Removed erroneous defconfig addtion in the patch. Applied.