Re: [PATCH v2 2/2] dts: aspeed: Add a dts for the nvidia msx4 hpm
From: Andrew Lunn
Date: Sat Nov 08 2025 - 12:51:12 EST
> +&mac0 {
> + // bootloader takes care of proper mac delays for now.
> + // set the phy mode to rgmii, and if/when the driver is
> + // fixed, we can make the switchover to rgmii-id
> + // and have the phy handle the delays.
> + phy-mode = "rgmii";
> + phy-handle = <ðphy3>;
> + status = "okay";
> +};
There is some progress being made on this at the moment. So please
just drop this node for the moment. You can add the correct node once
the MAC driver is fixed.
Andrew