Re: [PATCH v2 1/4] arm64: dts: ti: var-som-am62p: fix Ethernet PHY configuration

From: Vignesh Raghavendra

Date: Tue Jul 14 2026 - 02:07:39 EST


On 2026-07-13 15:32:00+02:00, Stefano Radaelli wrote:
> On Mon, Jul 13, 2026 at 04:02:34PM +0530, Vignesh Raghavendra wrote:
>
> > >
> >
> > So are the reset delays no longer required? Or they taken care of
> > somewhere else?
> >
> >
>
> Hi Vignesh,
>
> No, because this GPIO actually is not used as a PHY reset.
>
> After reviewing the hardware, it turned out that this signal is a
> board-level enable signal required for the PHY to operate, rather than
> a reset line.
> The previous reset-assert-us and reset-deassert-us values were
> associated with the incorrect modelling of this GPIO as a reset, and
> are not longer needed.
>

Along the same lines does [0] need update to how the cpsw3g_phy0 is
described then as its seems very similar to what this patch is addressing?

[0] https://lore.kernel.org/linux-arm-kernel/0a7bdfda80309eaa207b5b369d72f4bcb16e0604.1783864932.git.stefano.r@xxxxxxxxxxxxx/

>
> Best Regards,
> Stefano