From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2] dt: emac: document device-tree based phy discovery and setup Date: Tue, 07 Mar 2017 12:15:28 -0800 (PST) Message-ID: <20170307.121528.441751689674246830.davem@davemloft.net> References: <0149985a262cfc2feacd604a581cd5ae9134a525.1488228734.git.chunkeey@googlemail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <0149985a262cfc2feacd604a581cd5ae9134a525.1488228734.git.chunkeey@googlemail.com> Sender: netdev-owner@vger.kernel.org To: chunkeey@googlemail.com Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, ivan@de.ibm.com, f.fainelli@gmail.com, andrew@lunn.ch, robh+dt@kernel.org List-Id: devicetree@vger.kernel.org From: Christian Lamparter 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 > Reviewed-by: Florian Fainelli > Signed-off-by: Christian Lamparter Applied, thanks.