Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754198AbcJDNLe (ORCPT ); Tue, 4 Oct 2016 09:11:34 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:38598 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752472AbcJDNLc (ORCPT ); Tue, 4 Oct 2016 09:11:32 -0400 Date: Tue, 4 Oct 2016 15:11:30 +0200 From: Andrew Lunn To: Mugunthan V N Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Mark Rutland , Tony Lindgren , Russell King , Florian Fainelli , David Miller , Sekhar Nori Subject: Re: [PATCH v2 3/4] ARM: dts: dra72-evm-revc: fix correct phy delay and impedance settings Message-ID: <20161004131130.GM11677@lunn.ch> References: <20161004125607.10569-1-mugunthanvnm@ti.com> <20161004125607.10569-4-mugunthanvnm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161004125607.10569-4-mugunthanvnm@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 876 Lines: 23 On Tue, Oct 04, 2016 at 06:26:06PM +0530, Mugunthan V N wrote: > The default impedance settings of the phy is not the optimal > value, due to this the second ethernet is not working. Fix it > with correct values which makes the second ethernet port to work. > > Signed-off-by: Mugunthan V N > --- > arch/arm/boot/dts/dra72-evm-revc.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/dra72-evm-revc.dts b/arch/arm/boot/dts/dra72-evm-revc.dts > index f9cfd3b..d626cd7 100644 > --- a/arch/arm/boot/dts/dra72-evm-revc.dts > +++ b/arch/arm/boot/dts/dra72-evm-revc.dts > @@ -62,6 +62,7 @@ > ti,rx-internal-delay = ; > ti,tx-internal-delay = ; > ti,fifo-depth = ; > + ti,min-output-imepdance; And there is my answer :-( Andrew