> --- a/drivers/of/of_mdio.c > +++ b/drivers/of/of_mdio.c > @@ -24,6 +24,8 @@ > > #define DEFAULT_GPIO_RESET_DELAY 10 /* in microseconds */ > > +struct phy_c45_device_ids mdio_c45_ids = {0}; You do know that Linux is multi-threaded. It could be probing two MDIO busses at once. Andrew -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html