Re: [EXTERNAL] Re: [PATCHv4 4/6] arm64: dts: ti: Add support for AM62D2-EVM

From: Paresh Bhagat
Date: Thu Jun 26 2025 - 04:25:19 EST


Hi Andrew,

On 24/06/25 13:51, Andrew Lunn wrote:
> +&cpsw_port1 { > + status = "okay"; > + phy-mode = "rgmii-rxid"; > + phy-handle = <&cpsw3g_phy0>; Does the PCB have extra long RX clock lines? More likely, this should be 'rgmii-id', and you should delete the ti,rx-internal-delay
ZjQcmQRYFpfptBannerStart
This message was sent from outside of Texas Instruments.
Do not click links or open attachments unless you recognize the source of this email and know the content is safe.
Report Suspicious
<https://us-phishalarm-ewt.proofpoint.com/EWT/v1/G3vK!uXdgV9dududxisXOFnkjP9PiILYQjt7Q3CKXWbpFj_azwskWiOd4wL5JX89-p35UM2TbsxxlxwNFQJTlPm4wjyyHNTY$>
ZjQcmQRYFpfptBannerEnd
> +&cpsw_port1 {
> + status = "okay";
> + phy-mode = "rgmii-rxid";
> + phy-handle = <&cpsw3g_phy0>;

Does the PCB have extra long RX clock lines?

More likely, this should be 'rgmii-id', and you should delete the
ti,rx-internal-delay in the PHY node, allowing it to insert the 2ns
delay in the normal way.

Andrew

I assume you are referring to the changes in a patch here
https://lore.kernel.org/r/cover.1750756583.git.matthias.schiffer@xxxxxxxxxxxxxxx/

Will fix this in next version. Thanks for the review.