Re: [PATCH net-next 6/9] net: dsa: vsc73xx: speed up mdio bus to max allowed value

From: Andrew Lunn
Date: Mon Jul 29 2024 - 19:11:11 EST


On Mon, Jul 29, 2024 at 11:06:12PM +0200, Pawel Dembicki wrote:
> According the datasheet, vsc73xx family max internal mdio bus speed is
> 20MHz. It also allow to disable preamble.
>
> This commit sets mdio clock prescaler to minimal value and crop preamble
> to speed up mdio operations.

Just checking...

This has no effect on the external MDIO bus, correct. It has its own
set of registers for the divider and to crop the preamble.

Andrew