Re: [1/2] net: macb: Add phy-handle DT support

2018-03-08 Thread Brad Mouring
On Thu, Mar 08, 2018 at 06:32:47PM +0100, Andrew Lunn wrote: > On Wed, Mar 07, 2018 at 04:42:56PM -0600, Brad Mouring wrote: > > This optional binding (as described in the ethernet DT bindings doc) > > directs the netdev to the phydev to use. This is useful for a phy > > chip that has >1 phy in it,

Re: [1/2] net: macb: Add phy-handle DT support

2018-03-08 Thread Andrew Lunn
On Wed, Mar 07, 2018 at 04:42:56PM -0600, Brad Mouring wrote: > This optional binding (as described in the ethernet DT bindings doc) > directs the netdev to the phydev to use. This is useful for a phy > chip that has >1 phy in it, and two netdevs are using the same phy > chip (i.e. the second mac's

[PATCH 1/2] net: macb: Add phy-handle DT support

2018-03-07 Thread Brad Mouring
This optional binding (as described in the ethernet DT bindings doc) directs the netdev to the phydev to use. This is useful for a phy chip that has >1 phy in it, and two netdevs are using the same phy chip (i.e. the second mac's phy lives on the first mac's MDIO bus) The devicetree snippet would