Re: [PATCH v2] ARM: dts: aspeed: Add device tree for Nvidia's GB200NVL BMC

From: Andrew Lunn
Date: Wed Mar 12 2025 - 08:12:25 EST


> +&mac0 {
> + status = "okay";
> + pinctrl-names = "default";
> + phy-mode = "rgmii";
> + phy-handle = <&ethphy3>;
> + pinctrl-0 = <&pinctrl_rgmii1_default>;
> +};

Please read the discussion again. "rgmii" is probably equally wrong as
"rgmii-rxid" you had in v1.

Please talk with Aspeed and ask them the clean up the mess they made
with RGMII delays. Until that happens, adding this node should wait.

Andrew