On Fri, Jan 24, 2025 at 05:18:19AM +0000, Willie Thai wrote: > From: wthai <wthai@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> > > The GB200NVL BMC is an Aspeed Ast2600 based BMC > for Nvidia Blackwell GB200NVL platform. > > Signed-off-by: wthai <wthai@xxxxxxxxxx> I'm not sure that is a valid name for a Signed-off-by. I would expect something like: Signed-off-by: Willie Thai <wthai@xxxxxxxxxx> > +&mac0 { > + status = "okay"; > + pinctrl-names = "default"; > + phy-mode = "rgmii-rxid"; > + max-speed = <1000>; > + phy-handle = <ðphy3>; > + pinctrl-0 = <&pinctrl_rgmii1_default>; > +}; This phy-mode is wrong. There is a long discussion about this, started from a BMC submitted by IBM. Please wait until Aspeed fix the MAC driver before adding support for RGMII based ethernet. You are probably innocent here, apart from failing to sanity check vendor advise, which happens to be wrong. https://lore.kernel.org/netdev/20250107162350.1281165-10-ninad@xxxxxxxxxxxxx/T/ https://lore.kernel.org/linux-arm-kernel/bebbba7b-f86e-4dc4-8253-65d34cb84804@xxxxxxxxxxxxx/T/ The max-speed parameter should also be unneeded. Unless you have a real need for it. Does this MAC/PHY combination support higher speeds, but they are broken for some reason, so you need to avoid them? Andrew