]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'lpc_eth-parse-phy-nodes-from-device-tree'
authorDavid S. Miller <davem@davemloft.net>
Fri, 18 Oct 2019 20:12:35 +0000 (13:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Oct 2019 20:12:35 +0000 (13:12 -0700)
commit3a95c980f4baf2e22f9a03833b482d2c6dfc8528
treebfd33b553a3c27b5325a2a70ff2c52701785f6c3
parentb7f08d1309bf48e4853cd429a87d3f94cf86ec97
parent01bd0da317592a105cbf71c2103e340e98e779b1
Merge branch 'lpc_eth-parse-phy-nodes-from-device-tree'

Alexandre Belloni says:

====================
net: lpc_eth: parse phy nodes from device tree

Allow describing connected phys using device tree. This solves issues finding
the phy on the mdio bus and allows decribing the interrupt line the phy is
possibly connected to.

Changes in v3:
 - rebased on net-next
 - collected Reviewed-by

Changes in v2:
 - move the phy decription in the mdio subnode.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>