Commits
Calvin Johnson committed a498d8f7a0d
staging: fsl_ppfe/eth: support single interface initialization - arrange members of struct mii_bus in sequence matching phy.h - if mdio node is defined, use of_mdiobus_register to register child nodes (phy devices) available on the mdio bus. - remove of_phy_register_fixed_link from pfe_phy_init as it is being handled in pfe_get_gemac_if_properties - remove mdio enabled check - skip phy init, if no PHY or fixed-link Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com>