Re: [PATCH 3/3] arm64: dts: imx93: add fec and eqos support

From: Andrew Lunn
Date: Wed Oct 12 2022 - 17:33:17 EST


> + mdio {
> + compatible = "snps,dwmac-mdio";
> + #address-cells = <1>;
> + #size-cells = <0>;
> + clock-frequency = <5000000>;
> +
> + ethphy1: ethernet-phy@1 {
> + compatible = "ethernet-phy-ieee802.3-c22";

It is not wrong, but this is not needed, its the default.

Andrew