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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 C49A2C432BE for ; Mon, 30 Aug 2021 21:52:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A4F2260ED8 for ; Mon, 30 Aug 2021 21:52:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238720AbhH3VxO (ORCPT ); Mon, 30 Aug 2021 17:53:14 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:49190 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237167AbhH3VxO (ORCPT ); Mon, 30 Aug 2021 17:53:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=LQm/99fYy7tEEihcpqLleK4oaykLQ5hbrCKmuLvP2ys=; b=gO Y+j4GOAp3ph5f2GsxlhYJbTShUlrL/XErXWrrFFoMDLEID00uo5UPUX6POucfqgQCvi89fMH8NFho qe5PE5nJQZ5Vh/9gjs/DqMqnPLlYQ08PkWdQ5TfEBf7O6Bmcs7J6CQbWIh3ILfCUCQgNIx/4REvTM FCWbXReX7X4uJE8=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mKpCH-004dAl-Nv; Mon, 30 Aug 2021 23:52:05 +0200 Date: Mon, 30 Aug 2021 23:52:05 +0200 From: Andrew Lunn To: =?utf-8?B?Q2zDqW1lbnQgQsWTc2No?= Cc: Maxime Ripard , Chen-Yu Tsai , Jernej Skrabec , Willy Liu , Rob Herring , "David S. Miller" , linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: sun50i: h5: NanoPI Neo 2: phy-mode rgmii-id Message-ID: References: <20210830151645.18018-1-u@pkh.me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210830151645.18018-1-u@pkh.me> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 30, 2021 at 05:16:45PM +0200, Clément Bœsch wrote: > Since commit bbc4d71d6354 ("net: phy: realtek: fix rtl8211e rx/tx delay > config") network is broken on the NanoPi Neo 2. > > This patch changes the phy-mode to use internal delays both for RX and > TX as has been done for other boards affected by the same commit. > > Fixes: bbc4d71d6354 ("net: phy: realtek: fix rtl8211e rx/tx delay config") > Signed-off-by: Clément Bœsch Cc: stable@vger.kernel.org Reviewed-by: Andrew Lunn Andrew