Re: [net-next v2 0/4] Add AST2600 RGMII delay into ftgmac100
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-08-15 18:42:48
Also in:
linux-arm-kernel, linux-devicetree, lkml, netdev
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-08-15 18:42:48
Also in:
linux-arm-kernel, linux-devicetree, lkml, netdev
On Wed, Aug 13, 2025 at 02:32:57PM +0800, Jacky Chou wrote:
This patch series adds support for configuring RGMII internal delays for the Aspeed AST2600 FTGMAC100 Ethernet MACs.
So i think you are doing things in the wrong order. You first need to sort out the mess of most, if not all, AST2600 have the wrong phy-mode, because the RGMII delay configuration is hidden, and set wrongly. Please fix that first. Then consider how you can add fine tuning of the delays. Maybe that needs to wait for AST2700. Andrew