Re: [PATCH 2/2] arm64: dts: mediatek: mt8390-genio-700-evk: Enable ethernet

From: Andrew Lunn
Date: Tue Oct 15 2024 - 19:02:46 EST


> +&eth {
> + phy-mode ="rgmii-rxid";
> + phy-handle = <&ethernet_phy0>;
> + pinctrl-names = "default", "sleep";
> + pinctrl-0 = <&eth_default_pins>;
> + pinctrl-1 = <&eth_sleep_pins>;
> + snps,reset-gpio = <&pio 147 GPIO_ACTIVE_HIGH>;
> + snps,reset-delays-us = <0 10000 10000>;
> + mediatek,tx-delay-ps = <2030>;

Can you set phy-mode to rgmii-id, and remove the tx-delay-ps property?

Andrew