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=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 06C4AC433E4 for ; Mon, 27 Jul 2020 12:05:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E41A82075A for ; Mon, 27 Jul 2020 12:05:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728045AbgG0MFy (ORCPT ); Mon, 27 Jul 2020 08:05:54 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:57108 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727120AbgG0MFx (ORCPT ); Mon, 27 Jul 2020 08:05:53 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1k01t3-0076BD-Mk; Mon, 27 Jul 2020 14:05:45 +0200 Date: Mon, 27 Jul 2020 14:05:45 +0200 From: Andrew Lunn To: Chris Healy Cc: Laurent Pinchart , Fugang Duan , "David S. Miller" , netdev , Martin Fuzzey Subject: Re: [RESENT PATCH net--stat 1/1] net: ethernet: fec: Revert "net: ethernet: fec: Replace interrupt driven MDIO with polled IO" Message-ID: <20200727120545.GN1661457@lunn.ch> References: <1587996484-3504-1-git-send-email-fugang.duan@nxp.com> <20200727012354.GT28704@pendragon.ideasonboard.com> <20200727020631.GW28704@pendragon.ideasonboard.com> <20200727021432.GM1661457@lunn.ch> <20200727023310.GA23988@pendragon.ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sun, Jul 26, 2020 at 08:01:25PM -0700, Chris Healy wrote: > It appears quite a few boards were affected by this micrel PHY driver change: > > 2ccb0161a0e9eb06f538557d38987e436fc39b8d > 80bf72598663496d08b3c0231377db6a99d7fd68 > 2de00450c0126ec8838f72157577578e85cae5d8 > 820f8a870f6575acda1bf7f1a03c701c43ed5d79 > > I just updated the phy-mode with my board from rgmii to rgmii-id and > everything started working fine with net-next again: Hi Chris Is this a mainline supported board? Do you plan to submit a patch? Laurent, does the change also work for your board? This is another one of those cases were a bug in the PHY driver, not respecting the phy-mode, has masked a bug in the device tree, using the wrong phy-mode. We had the same issue with the Atheros PHY a while back. Andrew