Re: [PATCH v1 2/3] arm64: dts: ti: Add support for Variscite VAR-SOM-AM62P
From: Andrew Lunn
Date: Tue Jul 08 2025 - 17:09:48 EST
> +&cpsw_port1 {
> + /*
> + * The required RGMII TX and RX 2ns delays are implemented directly
> + * in hardware via passive delay elements on the SOM PCB.
> + * No delay configuration is needed in software via PHY driver.
> + */
> + phy-mode = "rgmii";
> + phy-handle = <&cpsw3g_phy0>;
> + status = "okay";
> +};
Thanks for adding the comment. For this bit:
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew