Re: [PATCH 2/2] ARM: dts: aspeed: Add Asus IPMI card

From: Andrew Lunn

Date: Sun Jan 11 2026 - 16:10:17 EST


> +&mac2 {
> + status = "okay";
> +
> + /* Bootloader sets up the MAC to insert delay */
> + phy-mode = "rgmii";

There has been many discussions about this. This is broken, 'rgmii'
means the PCB adds the delays, not the MAC/PHY pair.

Please drop Ethernet support until aspeed fix the broken MAC driver.

Andrew