Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp3039291pxu; Sun, 29 Nov 2020 13:00:40 -0800 (PST) X-Google-Smtp-Source: ABdhPJwG9PzOD+kkLb/5kVx7PxL2pFKXhlvQQUUIpy2FJO/RsGB9h3tTTZvVu5cjyMr4lf+xe8Ho X-Received: by 2002:a17:907:3da3:: with SMTP id he35mr17632048ejc.9.1606683640427; Sun, 29 Nov 2020 13:00:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606683640; cv=none; d=google.com; s=arc-20160816; b=fuuYpFoCR3gAvt8JHyomzgru5t3wu01vphHUJKubZ2GBycss8WIwtdW18o/ceFnply W1B4AiPQmsjISd/aHGg9PebQBR5/+7Gf4om7JQbVAVpMHLFQClbIoZnH91nlBW3YnsNd HBu1Fup1r1doWQxndQQ6luHgJhiSx68FZ4IRZz5TZLWmbOnB2UvxfZtTdvcu1EgxRuIR cASe/S8juhUTCgSiXFdRylbO/HaHV6LytAVcGyyFB74LYv22CUKMgNhm5yy12sEr6tYN IKUTKo/NioSv1zLJr9DelPvE0D7iN/rJNglM0VXp/5DxLTabJzm3RPToIQ0zA3xh8rdA oPYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=UshNy128cSUTZC8yknuyFAOudW2Krzy2qL3ByRMqzuk=; b=Wpa+bp0hiwrPRMN1vpzO9RsVPh9PZn8VMOXAn0/TdG7rtdDRB8gZX4/t3KTAFds715 BGOZKkPIeJfGLofD0gfTyRO2VAvB85CVR1HokyCgiF0iin21nB/z7I3fja2nyFIrH9LW Aw0tcwbzOrEApH3fT/MJ+zN+pfm7gc/LCW/hVBddfFFvr9bC6Djxdf7xft1ovWPKKCJg GBqMK55gjCnnSPZfU5FmoYImawPONwnUox99UsF3qEKFGCtWUOpsOXpeGJg+q76ViuOh PdMfjJgPEtu2GfgzHPd7xBeWVGwub6cg2kcMQgQOp62NeCcnbx9mCgx167wbAMghShaY cDvw== 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 y5si3015487edu.274.2020.11.29.13.00.17; Sun, 29 Nov 2020 13:00:40 -0800 (PST) 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 S1726512AbgK2U6P (ORCPT + 99 others); Sun, 29 Nov 2020 15:58:15 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:55908 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725882AbgK2U6P (ORCPT ); Sun, 29 Nov 2020 15:58:15 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kjTl8-009Oo3-Cf; Sun, 29 Nov 2020 21:57:26 +0100 Date: Sun, 29 Nov 2020 21:57:26 +0100 From: Andrew Lunn To: Heinrich Schuchardt Cc: Rob Herring , Maxime Ripard , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Willy Liu , Chen-Yu Tsai , "David S . Miller" , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/1] arm64: dts: allwinner: H5: NanoPi Neo Plus2: phy-mode rgmii-id Message-ID: <20201129205726.GQ2234159@lunn.ch> References: <20201129194512.1475586-1-xypron.glpk@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201129194512.1475586-1-xypron.glpk@gmx.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 29, 2020 at 08:45:12PM +0100, Heinrich Schuchardt wrote: > Since commit bbc4d71d6354 ("net: phy: realtek: fix rtl8211e rx/tx > delay config") network is broken on the NanoPi Neo Plus2. > > 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: Heinrich Schuchardt Reviewed-by: Andrew Lunn Andrew