commit | cc2fa619a738a052eb90ccbbbc48947a2e2aa1d3 | [log] [tgz] |
---|---|---|
author | Phil Reid <preid@electromag.com.au> | Tue Mar 15 15:34:33 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 18 18:29:23 2016 -0400 |
tree | 2c0ec8b1a3fed9a3876dd55e8f6283a70d37d499 | |
parent | 48e77422a3cb74e04384090e21235f4916278373 [diff] |
net: stmmac: Don't search for phys if mdio node is defined. If a dt mdio entry has been added least assume that we wont search for phys attached. The DT and of_mdiobus_register already do this. This stops DSA phys being found and phys created for them, as this is handled by the DSA driver. Signed-off-by: Phil Reid <preid@electromag.com.au> Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>