[PATCH v1.2] dt: emac: document device-tree based phy discovery and setup

2017-02-27 Thread Christian Lamparter
This patch adds documentation for a new "phy-handle" property, "fixed-link" and "mdio" sub-node. These allows the enumeration of PHYs which are supported by the phy library under drivers/net/phy. The EMAC ethernet controller in IBM and AMCC 4xx chips is currently stuck with a few privately defined

Re: [PATCH v1.2] dt: emac: document device-tree based phy discovery and setup

2017-02-27 Thread Florian Fainelli
On 02/27/2017 12:41 PM, Christian Lamparter wrote: > This patch adds documentation for a new "phy-handle" property, > "fixed-link" and "mdio" sub-node. These allows the enumeration > of PHYs which are supported by the phy library under drivers/net/phy. > > The EMAC ethernet controller in IBM and A