Re: [PATCH net] net: ethernet: mtk_eth_soc: drop clocks unused by Ethernet driver

From: Andrew Lunn
Date: Tue Jul 23 2024 - 14:36:11 EST


On Tue, Jul 23, 2024 at 02:04:02PM +0100, Daniel Golle wrote:
> Clocks for SerDes and PHY are going to be handled by standalone drivers
> for each of those hardware components. Drop them from the Ethernet driver.

Please could you explain in more details how this does not break
backwards compatibility. Should there also be a depends on, to ensure
the new driver is loaded? Will old DT blobs still work?

Thanks
Andrew