On Tue, Jan 07, 2025 at 10:23:42AM -0600, Ninad Palsule wrote: > system1 has 2 transceiver connected through the RGMII interfaces. Added > device tree entry to enable RGMII support. > > ASPEED AST2600 documentation recommends using 'rgmii-rxid' as a > 'phy-mode' for mac0 and mac1 to enable the RX interface delay from the > PHY chip. Why? Does the mac0 TX clock have an extra long clock line on the PCB? Does the mac1 TX and RX clocks have extra long clock lines on the PCB? Anything but rgmii-id is in most cases wrong, so you need a really good explanation why you need to use something else. Something that shows you understand what is going on, and why what you have is correct. Andrew