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)
commitebcd670d05d54ff8d17a1a51bba1ec1e4069d949
treebfd33b553a3c27b5325a2a70ff2c52701785f6c3
parent3858a6451efa795c5a97c33c2735974ac9ec9d6a
parent3503bf024b3ec6d36ba1fe7a19ad083f058bb95d
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>