Re: [PATCH v12 2/2] arm: dts: aspeed: ventura: add Meta Ventura BMC

From: Andrew Lunn

Date: Thu Feb 26 2026 - 10:10:06 EST


> +&mac3 {
> + status = "okay";
> + phy-mode = "rmii";
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_rmii4_default>;
> + fixed-link {
> + speed = <100>;
> + full-duplex;
> + };

What is on the other end of this fixed link?

> +};
> +
> +&mdio0 {
> + status = "okay";
> +};

If there are no devices on the bus, why enable it?

Andrew