]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit23a9fd8c5a32d2969037de7c8e00b8107f2f3d67
treeef35faed76657b9053e75f998e3326d5ff311cf7
parent5efb0400787e413041179cdf6dd3210f5143dc4e
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