Re: [PATCH net-next 1/2] dt-bindings: net: Add Maxio MAE0621A PHY
From: Andrew Lunn
Date: Thu Jul 16 2026 - 12:41:28 EST
> + maxio,clk-out-frequency-hz:
> + description:
> + Selects a 125 MHz clock on the CLKOUT pin. If the property is absent,
> + the hardware strap or bootloader configuration is preserved.
> + const: 125000000
Not required, but maybe consider the value of 0 meaning the clock
should be disabled? If the MAC does not need it, turning it off can
save a little power.
This is something which can also be added later.
Andrew