Re: [PATCH v2 2/2] arm64: dts: rockchip: Add rk3576 evb2 board

From: Andrew Lunn

Date: Wed Jan 07 2026 - 13:18:21 EST


> +&gmac0 {
> + clock_in_out = "output";
> + phy-mode = "rgmii-rxid";

rgmii-rxid is odd. Does the PCB really have an extra long TX clock
line, but a short RX clock line?

Try changing this to rgmii-id, and drop the tx_delay property.

Andrew