From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2F6DAC38A2A for ; Thu, 7 May 2020 17:52:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0ECF720643 for ; Thu, 7 May 2020 17:52:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728208AbgEGRwB (ORCPT ); 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