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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E344AC3ABB6 for ; Wed, 7 May 2025 03:46:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=98pflIFzNKHbzDVEXy4pjIzkWLVMBe8kC2mJxekYy5E=; b=0kBmrPqqTc/AauXvYhkszRnLsJ E6mlxMtMmXBqUbnFEyiMIrEGK3Q/FPNIP7lIjLhMIwk03W3OM1zbxM9PU0bPc5oKs5P07Waqy1dYw Rk6DlywjubcxBdvCcDRMgwCuLMgAb+FYCxI2GdacfS6HQFycmsUgcozH8STKHu1NIT4U8ECj2s1iy gzQJ9pEDulGPcViK8pwv07FBE9BlMjmFroAv2TgXetPkBlDyok7atSSFMMpxuRLlEA685Snf3qKA6 4eD0941nRzF1ppGLuOkGul4O5sMnimJKIS7ymUGOPCWWbCZBKITdZF4tTfCVL4Ohh70q64PwgXJ/O yQcD8TIA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uCVk6-0000000E7RD-0cKg; Wed, 07 May 2025 03:46:46 +0000 Received: from vps0.lunn.ch ([156.67.10.101]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uCSNk-0000000Dlns-3cUz; Wed, 07 May 2025 00:11:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To: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=98pflIFzNKHbzDVEXy4pjIzkWLVMBe8kC2mJxekYy5E=; b=Zga/Aob9wxV06lwi0mqp5S5X7v D5tObw97kMGUxSSpg9nYOysSnSHxjdyf7RonaYzrUXSmb9Ruy9EKNemuQmj1nQDxs5JPZNTYLDlKM ZfnI0EGgd+wu3r7qc2HjpxyDnmthD2HxAKtE84XCMVcnMqub4Pw9LRmCGmhWYJRElAts=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1uCSN6-00BpFN-Sr; Wed, 07 May 2025 02:10:48 +0200 Date: Wed, 7 May 2025 02:10:48 +0200 From: Andrew Lunn To: Inochi Amaoto Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen Wang , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Maxime Coquelin , Alexandre Torgue , Richard Cochran , Guo Ren , Thomas Gleixner , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , "Russell King (Oracle)" , Romain Gantois , Joe Hattori , Lothar Rubusch , Bartosz Golaszewski , Giuseppe Cavallaro , Jose Abreu , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, sophgo@lists.linux.dev, linux-riscv@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, Yixun Lan , Longbin Li Subject: Re: [PATCH net-next 0/4] riscv: sophgo: Add ethernet support for SG2042 Message-ID: References: <20250506093256.1107770-1-inochiama@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250506_171128_982995_7888C342 X-CRM114-Status: GOOD ( 19.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, May 07, 2025 at 06:24:29AM +0800, Inochi Amaoto wrote: > On Tue, May 06, 2025 at 02:03:18PM +0200, Andrew Lunn wrote: > > On Tue, May 06, 2025 at 05:32:50PM +0800, Inochi Amaoto wrote: > > > The ethernet controller of SG2042 is Synopsys DesignWare IP with > > > tx clock. Add device id for it. > > > > > > This patch can only be tested on a SG2042 x4 evb board, as pioneer > > > does not expose this device. > > > > Do you have a patch for this EVB board? Ideally there should be a user > > added at the same time as support for a device. > > > > Andrew > > Yes, I have one for this device. And Han Gao told me that he will send > the board patch for the evb board. So I only send the driver. > And the fragment for the evb board is likes below, I think it is kind > of trivial: > > &gmac0 { > phy-handle = <&phy0>; > phy-mode = "rgmii-txid"; And this is why i ask, because this is broken. For more information, please see: https://patchwork.kernel.org/project/netdevbpf/patch/20250430-v6-15-rc3-net-rgmii-delays-v2-1-099ae651d5e5@lunn.ch/ Andrew