Re: [PATCH 2/2] ARM: dts: aspeed: Add Asus IPMI card
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-01-11 21:10:17
Also in:
linux-arm-kernel, linux-devicetree, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-01-11 21:10:17
Also in:
linux-arm-kernel, linux-devicetree, lkml
+&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