Merge branch 'ravb-support-describing-the-mdio-bus'
authorJakub Kicinski <kuba@kernel.org>
Fri, 29 Mar 2024 01:17:54 +0000 (18:17 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 29 Mar 2024 01:17:54 +0000 (18:17 -0700)
commitc602f4ca13a529b45692de4fdec96b4cdec866da
tree13e11dbd3ac08d9ad5b9912bc8f2481f89833329
parentfb984d17fdebe7d1cb8476e078e6c11955be392c
parent2c60c4c008d4b05b9b65bf88f784556208029333
Merge branch 'ravb-support-describing-the-mdio-bus'

Niklas Söderlund says:

====================
ravb: Support describing the MDIO bus

This series adds support to the binding and driver of the Renesas
Ethernet AVB to described the MDIO bus. Currently the driver uses
the OF node of the device itself when registering the MDIO bus.
This forces any MDIO bus properties the MDIO core should react on
to be set on the device OF node. This is confusing and none of
the MDIO bus properties are described in the Ethernet AVB bindings.

Patch 1/2 extends the bindings with an optional mdio child-node
to the device that can be used to contain the MDIO bus settings.
While patch 2/2 changes the driver to use this node (if present)
when registering the MDIO bus.

If the new optional mdio child-node is not present the driver
fallback to the old behavior and uses the device OF node like before.
This change is fully backward compatible with existing usage
of the bindings.
====================

Link: https://lore.kernel.org/r/20240325153451.2366083-1-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Jakub Kicinski <kuba@kernel.org>