Re: [PATCH v3 4/4] arm64: dts: fsd: Add Ethernet support for PERIC Block of FSD SoC

From: Andrew Lunn
Date: Mon Aug 14 2023 - 16:54:40 EST


> +&ethernet_1 {
> + status = "okay";
> +
> + fixed-link {
> + speed = <1000>;
> + full-duplex;
> + };
> +};

So the exact same comments i made for patch 3/4 apply here.

Andrew