Re: [PATCH v2 7/7] net: stmmac: dwmac-s32cc: Read PTP clock rate when ready
From: Jacob Keller
Date: Tue Aug 20 2024 - 17:18:07 EST
On 8/18/2024 2:52 PM, Jan Petrous (OSS) wrote:
> The PTP clock is read by stmmac_platform during DT parse.
> On S32G/R the clock is not ready and returns 0. Postpone
> reading of the clock on PTP init.
>
Ah, I see. So the clock returns zero into the hardware bits accessed by
stmmac_platform. Then you come back in and fill this in later during the
dwmac_probe.
Reviewed-by: Jacob Keller <jacob.e.keller@xxxxxxxxx>