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)
commite4b5e96d9c197524543bd522b3d5714d1eebcefb
tree78ac1e1d811150365d0d1d7fa0432888f6b79ad5
parent8ad55b1e73c4e77656e2bea68fa2b484f33a6425
parent99ac4cbcc2a50ecc86ffacc7b4b42ba4259a90d4
Merge branch 'net-phy-micrel-additional-clock-handling'

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>