Re: [PATCH v2] dt: emac: document device-tree based phy discovery and setup
From: David Miller <davem@davemloft.net>
Date: 2017-03-07 20:15:28
Also in:
linux-devicetree
From: David Miller <davem@davemloft.net>
Date: 2017-03-07 20:15:28
Also in:
linux-devicetree
From: Christian Lamparter <chunkeey@googlemail.com> Date: Mon, 27 Feb 2017 21:54:50 +0100
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 phy implementations. It has no support for PHYs which are supported by the generic phylib. Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Applied, thanks.