net-next: ethernet: mediatek: add device_node of GMAC pointing into the netdev instance
authorSean Wang <sean.wang@mediatek.com>
Fri, 7 Apr 2017 08:45:08 +0000 (16:45 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Apr 2017 20:50:55 +0000 (13:50 -0700)
commit3174b3b58cba69e5a5b806206cd37f7a8e05153e
treeef35faed76657b9053e75f998e3326d5ff311cf7
parent87e3df4961f45888c48a0eecfbb532626c148d1e
net-next: ethernet: mediatek: add device_node of GMAC pointing into the netdev instance

the patch adds the setup of the corresponding device node of GMAC into the
netdev instance which could allow other modules such as DSA to find the
instance through the node in dt-bindings using of_find_net_device_by_node()
call.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mediatek/mtk_eth_soc.c