From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9404EEADC; Wed, 7 May 2025 00:11:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746576685; cv=none; b=TDyyfbII0d+F/fxJYTwMIRBvA+y2jpUmo7JmekgblHJl8PTZG/1JTG5fLYUY4XNEC+1eNriX7hJiJg2viUFNjXHXXdOdIlTSo0eKqEE7WkYQEbQJP3umMFX4tgY7Rns9Bz7rVshL0B4fuXyv4MzoqogIe0LDC//I14z5VJ3V/zU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746576685; c=relaxed/simple; bh=G1qOCutaiBY5l/fT4RAeuVBxtwE5c+wjYJ9a5Eg6DZc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nP05S96E5CWCnagn85+WPMgDoqASPImmSd7ptNHXqJ2ugKNmNYQEzRRp++cG/+ynmptYrlqGKrR2w1soCDfXx/rqRodedvankpj6rXp2rDK0G2jvz50+U9qoCWT3Adu7OlS1TObAxJeOcX5WrOdvZjuTyJLhxyg/rmuFCo7qpR8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=Zga/Aob9; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="Zga/Aob9" 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> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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