Received: by 2002:a25:23cc:0:0:0:0:0 with SMTP id j195csp935944ybj; Thu, 7 May 2020 10:53:52 -0700 (PDT) X-Google-Smtp-Source: APiQypI0qGl4KdJIssp1DNUomrfBs8L67Mz2uqrskwA4YKnWjc+PutnwsBkzC1Ax/tLmIerKOGgh X-Received: by 2002:a17:907:402f:: with SMTP id nr23mr13687720ejb.240.1588874031918; Thu, 07 May 2020 10:53:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588874031; cv=none; d=google.com; s=arc-20160816; b=CJ1QQpxhUQNy/XCvwD+3vRExRl7Ml+rjRNkIPNQxj7JUddfAfuY0SQNlJNPqkizmtV 5mCDL+HCRbFI5CPQ5KQ3MKjH3Y7oS0JOrYrsoW3OIOTTOqW8Mj2Npgx2raMO52gBk3A0 uqLZXgpTfWmeKCztTH1D9CMRuIK0qrj2ywCkj5MkwRmpJxejj1m/7z2ETQLHVSP0tySS JDBGTT7RgBhdcSp1jzpf9tFqu8G6klCyLTO+tYRvtYkFKiVzbPw8iShUpqzwsysfNxk/ PZh38smEYFrijGtGMQ5k9L4RG4lDs3U1Iksm5KgKkkytlYk9GAp970bfConDDw5tCdeJ XFfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=dC4LUCq6IpLmE0zDZelvC/nk0s8cS8ZZlL6meH8V6Jc=; b=dORIvBPGj7w9ARmu1aV6u+ti7BxI0WGpYUpQg8ouHpI+4ATHnRL2w5JEP3uxBSSAGm fFz8Axmzfj8tCyYjzhAc4/2fGKXxIggwHtjEshwzsZcx7L7W6C+7Pyp/ZlKL3ItuWdgS Mm5f3MCJR5Af5ErGfIpDZxUJo+RX+0KJhWD41XyMhYu5fJJtn40IoP6Ido2zAEnj0UJ2 m5Ry4NHHtnP2FkBTNUchkMQgzTCN8il1VimY9iECIWJNyLeUPYIO+CnmbQehcoxs9LuW mGC8/cepVP2WjxE3FDWV8MWfzjFnT2jqQVJcTUCMQzkCuAvqbbpmZNtFlEuIgki0ie83 GI/g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k6si3573973edq.268.2020.05.07.10.53.28; Thu, 07 May 2020 10:53:51 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728181AbgEGRwB (ORCPT + 99 others); Thu, 7 May 2020 13:52:01 -0400 Received: from muru.com ([72.249.23.125]:53490 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726367AbgEGRwB (ORCPT ); Thu, 7 May 2020 13:52:01 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id CCE4480CD; Thu, 7 May 2020 17:52:49 +0000 (UTC) Date: Thu, 7 May 2020 10:51:58 -0700 From: Tony Lindgren To: Philippe Schenker Cc: "davem@davemloft.net" , "grygorii.strashko@ti.com" , "o.rempel@pengutronix.de" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-omap@vger.kernel.org" , "andrew@lunn.ch" Subject: Re: [PATCH next] ARM: dts: am57xx: fix networking on boards with ksz9031 phy Message-ID: <20200507175158.GW37466@atomide.com> References: <20200506191124.31569-1-grygorii.strashko@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Philippe Schenker [200507 08:43]: > On Wed, 2020-05-06 at 22:11 +0300, Grygorii Strashko wrote: > > Since commit bcf3440c6dd7 ("net: phy: micrel: add phy-mode support for > > the > > KSZ9031 PHY") the networking is broken on boards: > > am571x-idk > > am572x-idk > > am574x-idk > > am57xx-beagle-x15 > > > > All above boards have phy-mode = "rgmii" and this is worked before > > because > > KSZ9031 PHY started with default RGMII internal delays configuration > > (TX > > off, RX on 1.2 ns) and MAC provided TX delay. After above commit, the > > KSZ9031 PHY starts handling phy mode properly and disables RX delay, > > as > > result networking is become broken. > > > > Fix it by switching to phy-mode = "rgmii-rxid" to reflect previous > > behavior. > > > > Cc: Oleksij Rempel > > Cc: Andrew Lunn > > Cc: Philippe Schenker > > Fixes: commit bcf3440c6dd7 ("net: phy: micrel: add phy-mode support > > for the KSZ9031 PHY") > > Signed-off-by: Grygorii Strashko > > Thanks Grygorii! > > Reviewed-by: Philippe Schenker < > philippe.schenker@toradex.com> Thanks applying this into fixes. Tony