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 A2A73C433E0 for ; Tue, 16 Jun 2020 16:12:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 93F452071A for ; Tue, 16 Jun 2020 16:12:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732163AbgFPQMg (ORCPT ); Tue, 16 Jun 2020 12:12:36 -0400 Received: from muru.com ([72.249.23.125]:58038 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732179AbgFPQMb (ORCPT ); Tue, 16 Jun 2020 12:12:31 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id CDDED8123; Tue, 16 Jun 2020 16:13:21 +0000 (UTC) Date: Tue, 16 Jun 2020 09:12:26 -0700 From: Tony Lindgren To: Drew Fustini Cc: Rob Herring , Linux-OMAP , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Grygorii Strashko , Jason Kridner , Robert Nelson , Vinod Koul Subject: Re: [PATCH V2] ARM: dts: am5729: beaglebone-ai: fix rgmii phy-mode Message-ID: <20200616161226.GD37466@atomide.com> References: <20200615155701.GA3845236@x1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200615155701.GA3845236@x1> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Drew Fustini [200615 08:58]: > Since commit cd28d1d6e52e ("net: phy: at803x: Disable phy delay for > RGMII mode") the networking is broken on the BeagleBone AI which has > the AR8035 PHY for Gigabit Ethernet [0]. The fix is to switch from > phy-mode = "rgmii" to phy-mode = "rgmii-rxid". > > Note: Grygorii made a similar DT fix for other AM57xx boards with a > different phy in commit 820f8a870f65 ("ARM: dts: am57xx: fix networking > on boards with ksz9031 phy"). > > [0] https://git.io/Jf7PX > > Fixes: 520557d4854b ("ARM: dts: am5729: beaglebone-ai: adding device tree") > Cc: Vinod Koul > Reviewed-by: Grygorii Strashko > Signed-off-by: Robert Nelson > Signed-off-by: Drew Fustini > --- > V2: > - fix formatting of commit reference > - add Review-by: from Grygorii Thanks applying into fixes. Regards, Tony