On Mon, Jul 06, 2026 at 05:14:43PM +0800, Yanan He wrote:
Some boards feed the YT8531 PHY from an SoC-provided external
reference clock described by the common ethernet-phy "clocks" property.
Enable the optional PHY clock during probe so boards can model this
clock as a PHY input instead of keeping the clock alive from the MAC
driver.
This is needed on the Alientek DLRV1126, where the PHY reference clock
is provided by CLK_GMAC_ETHERNET_OUT.
Signed-off-by: Yanan He <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew