From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 A25F51F92E; Fri, 15 Aug 2025 00:44:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755218664; cv=none; b=oVaDHpa/n+X3LcmaK27FT3PcSKfGzF7Yg1ddkaCmap2AHG04GYUwsrx8JC8jq144ESKMMCKReLnAaioZ18axYnZeWDfdOock17wVZ8GJDVlLO6ayUxBSJ9RyUDOO5a5K6ODq5fNg3aLEMFeFF1Ofl+rCvqmPk39rbrS8u4umtxU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755218664; c=relaxed/simple; bh=tCgQh7vbWR7GLS7Dvxp6J8vUAFhtzPpoYfT8KURAxSI=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=d+xm/uoBAMbXj+ASjpyIwnuL1d81uV4lpIqciRU9UnHfsKPL5vj/B+CANc2bjrgPsN9VvxpDQQj1xeaYrrc8upGTNCYQCWJGo38JXy4yl6Uh+yJL0qeDEfSIw4in2jVZLWnpgGPdyeE4dy8DEwT2XvjdwQpSMFx6Ck6f7qt4bt8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ql1GX3OS; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ql1GX3OS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3E822C4CEED; Fri, 15 Aug 2025 00:44:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755218664; bh=tCgQh7vbWR7GLS7Dvxp6J8vUAFhtzPpoYfT8KURAxSI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ql1GX3OSEWLcHuef9Y/XLmAFF8GNU+IRpSHY6fPST9UZ2gaW5ApaCUmrNuHofKuB3 BHILxtW7lF1O8KHMxdED1TAS+rBqswRL80IgOb+dm4vAGzHVBRx/df6Ir03mHIj0tV ktDXMAoQf7sxieDkiYn72DxwZnfo8RPb9JDV8KkH22j3Ewkzv6LGA4O1VUHa/ctnzj AdGzYXdM+hqWUNuklri7btaTItUT76daFmXaaQ56FkwWOUEl9AUOpKaAqlq1lWLFNx gjBuU0cEcjbcwISsa2ohBLm3FUQJQH7OIq7eYQZKpzFOHmd1fwTZu/ExmdF4A6khJg 8X8av7VnZDnwg== Date: Thu, 14 Aug 2025 17:44:22 -0700 From: Jakub Kicinski To: Jacky Chou Cc: Andrew Lunn , "David S . Miller" , Eric Dumazet , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Andrew Jeffery , Simon Horman , Heiner Kallweit , Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= , Po-Yu Chuang , , , , , , , Subject: Re: [net-next v2 0/4] Add AST2600 RGMII delay into ftgmac100 Message-ID: <20250814174422.17ed3e32@kernel.org> In-Reply-To: <20250813063301.338851-1-jacky_chou@aspeedtech.com> References: <20250813063301.338851-1-jacky_chou@aspeedtech.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 13 Aug 2025 14:32:57 +0800 Jacky Chou wrote: > This patch series adds support for configuring RGMII internal delays for the > Aspeed AST2600 FTGMAC100 Ethernet MACs. It introduces new compatible strings to > distinguish between MAC0/1 and MAC2/3, as their delay chains and configuration > units differ. > The device tree bindings are updated to restrict the allowed phy-mode and delay > properties for each MAC type. Corresponding changes are made to the device tree > source files and the FTGMAC100 driver to support the new delay configuration. First patch doesn't apply cleanly, please respin. -- pw-bot: cr