From patchwork Mon May 19 19:43:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 350380 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3D9F2140086 for ; Tue, 20 May 2014 05:45:58 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755094AbaESTpw (ORCPT ); Mon, 19 May 2014 15:45:52 -0400 Received: from mail-pb0-f47.google.com ([209.85.160.47]:58560 "EHLO mail-pb0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932648AbaESTpO (ORCPT ); Mon, 19 May 2014 15:45:14 -0400 Received: by mail-pb0-f47.google.com with SMTP id rp16so6318002pbb.20 for ; Mon, 19 May 2014 12:45:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=t0Zs7UVG88kQshwP/9QIly+7jgnfNYi/XOhgQ3i19Pw=; b=ENoihYSXb9Vj9FmApVTWKU3M3h2Bk6ngDSXZtS9ZknxyZTt0nSONYJMe/tRhilmVzB T8gQnxZBPeYKOawczqxjLThooSna91yjOxaogtLOYiIaoB5NNvw46+yKsxiXd7hqhN1X GZHcjYkcxB6NHKcPevh7M+o+E3InnySFoXSl2s6iYCygISY8Y0maJ30V2/dpWQ8zQLZM ClDEaSa7zYZJNPbyMdtIJrJnpoAc00gpQxnUJOnZV7+vPj2Jc5uKIB2aPJhFr/RaFFyo mkUNvgssQ01rytGN8c8dfLLmVf5BsWwL67qYTnsJjC+HtFBvonsExq1rlHQMDmVM7Bpi eGgA== X-Received: by 10.66.151.144 with SMTP id uq16mr45745334pab.68.1400528713879; Mon, 19 May 2014 12:45:13 -0700 (PDT) Received: from fainelli-desktop.broadcom.com (5520-maca-inet1-outside.broadcom.com. [216.31.211.11]) by mx.google.com with ESMTPSA id og3sm31518029pbc.48.2014.05.19.12.45.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 19 May 2014 12:45:12 -0700 (PDT) From: Florian Fainelli To: netdev@vger.kernel.org Cc: davem@davemloft.net, thomas.petazzoni@free-electrons.com, devicetree@vger.kernel.org, Florian Fainelli Subject: [PATCH net-next 3/4] Documentation: devicetree: add old and deprecated 'fixed-link' Date: Mon, 19 May 2014 12:43:44 -0700 Message-Id: <1400528625-32744-4-git-send-email-f.fainelli@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1400528625-32744-1-git-send-email-f.fainelli@gmail.com> References: <1400528625-32744-1-git-send-email-f.fainelli@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Update the fixed-link Device Tree binding documentation to contain information about the old and deprecated 5-digit 'fixed-link' property. Signed-off-by: Florian Fainelli --- Documentation/devicetree/bindings/net/fixed-link.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/net/fixed-link.txt b/Documentation/devicetree/bindings/net/fixed-link.txt index e956de1be935..a87e28b68dee 100644 --- a/Documentation/devicetree/bindings/net/fixed-link.txt +++ b/Documentation/devicetree/bindings/net/fixed-link.txt @@ -18,6 +18,13 @@ properties: * 'asym-pause' (boolean, optional), to indicate that asym_pause should be enabled. +Old, deprecated 'fixed-link' binding: + +* 'fixed-link' : where a is emulated phy id - choose any, + but unique to the all specified fixed-links, b is duplex - 0 half, + 1 full, c is link speed - d#10/d#100/d#1000, d is pause - 0 no + pause, 1 pause, e is asym_pause - 0 no asym_pause, 1 asym_pause. + Example: ethernet@0 {