From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH] ARM: dts: pfla02: increase phy reset duration Date: Wed, 20 Mar 2019 19:37:46 +0800 Message-ID: <20190320113744.GL4980@dragon> References: <20190304104940.18138-1-m.felsch@pengutronix.de> <20190320085937.GG4980@dragon> <20190320101040.r7yuqvg6cbqnnpey@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190320101040.r7yuqvg6cbqnnpey@pengutronix.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Marco Felsch Cc: devicetree@vger.kernel.org, robh+dt@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, Christian Hemp , Stefan Christ , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Wed, Mar 20, 2019 at 11:10:40AM +0100, Marco Felsch wrote: > Hi Shawn, > > On 19-03-20 16:59, Shawn Guo wrote: > > On Mon, Mar 04, 2019 at 11:49:40AM +0100, Marco Felsch wrote: > > > Increase the reset duration to ensure correct phy functionality. The > > > reset duration is taken from barebox commit 52fdd510de ("ARM: dts: > > > pfla02: use long enough reset for ethernet phy"): > > > > > > Use a longer reset time for ethernet phy Micrel KSZ9031RNX. Otherwise a > > > small percentage of modules have 'transmission timeouts' errors like > > > > > > barebox@Phytec phyFLEX-i.MX6 Quad Carrier-Board:/ ifup eth0 > > > warning: No MAC address set. Using random address 7e:94:4d:02:f8:f3 > > > eth0: 1000Mbps full duplex link detected > > > eth0: transmission timeout > > > T eth0: transmission timeout > > > T eth0: transmission timeout > > > T eth0: transmission timeout > > > T eth0: transmission timeout > > > > > > Cc: Stefan Christ > > > Cc: Christian Hemp > > > Signed-off-by: Marco Felsch > > > > Do you want to get this in as a fix or just -next material? If it's a > > fix, please have a Fixes tag. > > I don't know that either.. IMHO it's a fix but there is no one out their > complaining about such a problem so it can be -next material too. > > Please feel free to add: > > Fixes: 3180f956668e ("ARM: dts: Phytec imx6q pfla02 and pbab01 support") Applied as fix, thanks.