OSDN Git Service

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)
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>

Trivial merge