stmmac: add phy-handle support to the platform layer
authorMathieu Olivari <mathieu@codeaurora.org>
Wed, 27 May 2015 18:02:47 +0000 (11:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 31 May 2015 00:04:36 +0000 (17:04 -0700)
commit5790cf3c00c2f92aacba348e13f8a9a8f5dd96bd
tree294a0500894fb9cc6f9f3f7001952b39fbba0dda
parentf7b81d67d0547c6ce246c89900eaa41303a3f89a
stmmac: add phy-handle support to the platform layer

On stmmac driver, PHY specification in device-tree was done using the
non-standard property "snps,phy-addr". Specifying a PHY on a different
MDIO bus that the one within the stmmac controller doesn't seem to be
possible when device-tree is used.

This change adds support for the phy-handle property, as specified in
Documentation/devicetree/bindings/net/ethernet.txt.

Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
include/linux/stmmac.h