Re: [PATCH v2] PCI: dw-rockchip: Enable async probe by default
From: Andrew Lunn
Date: Fri Jan 03 2025 - 11:05:17 EST
> +&gmac1 {
> + clock_in_out = "output";
> + phy-handle = <&rgmii_phy1>;
> + phy-mode = "rgmii";
rgmii is wrong. Please search the archives about this topic, it comes
up every month. You need to remove the tx_delay and rx_delay
properties, and use rgmii-id.
Andrew