From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH 7/7] Documentation: update Ethernet PHY devices binding with 'max-speed' Date: Thu, 5 Dec 2013 14:52:16 -0800 Message-ID: <1386283936-26104-8-git-send-email-florian@openwrt.org> References: <1386283936-26104-1-git-send-email-florian@openwrt.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1386283936-26104-1-git-send-email-florian@openwrt.org> Sender: netdev-owner@vger.kernel.org To: netdev@vger.kernel.org Cc: davem@davemloft.net, grant.likely@linaro.org, devicetree@vger.kernel.org, abrodkin@synopsys.com, rob.herring@calxeda.com, mark.rutland@arm.com, sebastian.hesselbarth@gmail.com, Florian Fainelli List-Id: devicetree@vger.kernel.org From: Florian Fainelli The 'max-speed' property is optional but defined in the ePAPR specification and now supported by the Linux Device Tree parsing infrastructure. Signed-off-by: Florian Fainelli --- Documentation/devicetree/bindings/net/phy.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/phy.txt b/Documentation/devicetree/bindings/net/phy.txt index 7cd18fb..f648094 100644 --- a/Documentation/devicetree/bindings/net/phy.txt +++ b/Documentation/devicetree/bindings/net/phy.txt @@ -22,6 +22,7 @@ Optional Properties: specifications. If neither of these are specified, the default is to assume clause 22. The compatible list may also contain other elements. +- max-speed: Maximum PHY supported speed (10, 100, 1000...) Example: -- 1.8.3.2