Merge branch 'net-phy-micrel-additional-clock-handling'
authorJakub Kicinski <kuba@kernel.org>
Mon, 4 Dec 2023 22:43:56 +0000 (14:43 -0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 4 Dec 2023 22:43:57 +0000 (14:43 -0800)
Heiko Stuebner says:

====================
net: phy: micrel: additional clock handling

Some Micrel phys define a specific rmii-ref clock (added in 2014) while
the generic phy binding specifies an unnamed clock for ethernet phys.

This allows Micrel phys to use both, so as to keep the phys not using
the named rmii-ref clock to conform to the generic binding while allowing
them to enable a supplying clock, when the phy is not supplied by a
dedicated oscillator.
====================

Link: https://lore.kernel.org/r/20231201150131.326766-1-heiko@sntech.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge