On Tue, Dec 12, 2017 at 4:49 AM, Russell King <rmk+ker...@armlinux.org.uk> wrote: > Ensure that all mdio devices populate the struct device fwnode pointer > as well as the of_node pointer to allow drivers that wish to use > fwnode APIs to work. > > Signed-off-by: Russell King <rmk+ker...@armlinux.org.uk> > --- > drivers/net/phy/mdio_bus.c | 1 + > drivers/of/of_mdio.c | 3 +++ > 2 files changed, 4 insertions(+)
Reviewed-by: Rob Herring <r...@kernel.org>