[net-next 2/4] ARM: dts: ast2600-evb: add default RGMII delay

Andrew Lunn andrew at lunn.ch
Mon Mar 17 06:08:41 PDT 2025


> @@ -147,6 +153,9 @@ &mac2 {
>  	phy-mode = "rgmii";
>  	phy-handle = <&ethphy2>;
>  
> +	tx-internal-delay-ps = <8>;
> +	rx-internal-delay-ps = <4>;
> +

Ideally you want:

	phy-mode = "rgmii-id";
	tx-internal-delay-ps = <0>;
	rx-internal-delay-ps = <0>;

Since 'rgmii-id' correctly describes the hardware.

	Andrew



More information about the linux-arm-kernel mailing list