From patchwork Wed May 21 21:38:43 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 351332 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 1040A140083 for ; Thu, 22 May 2014 07:42:41 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751801AbaEUVjH (ORCPT ); Wed, 21 May 2014 17:39:07 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]:43628 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752642AbaEUVjF (ORCPT ); Wed, 21 May 2014 17:39:05 -0400 Received: by mail-pd0-f180.google.com with SMTP id y13so1775235pdi.11 for ; Wed, 21 May 2014 14:39:05 -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=IGmwi9fzxgAx5dyi/jikymBm0nqqnB8wF9HeY50X3l4=; b=hwLa415ydGvOHKHkWuGXvpumv286l3rOgKRT4MtitDXJeAz3srcEfC3Jh61secqrfq SvSYYOJEINfz4sP1yGx04lGcTTunDTNklUL3/pIFLQ5x6UfWmO/UHTCc1ZOW7N7b0Ako FRkOb+BPSkytQhY45VkrJrtmlb0RVTm4eHE8zWpD8qlowVf55rRqQiKh/b49//KSJEfV 9x26LvGIQDGug0mroxT16IsaJYQ+Fvz5A1VFgX48eVgduofBawXVyuJu7kYKNZYtEOPl aOW26xbol87NZxrYhErT8+SH46WhNrXct5o7msfy7AFFsYSmZWx0Oloqz6z19GC3ecsU y57Q== X-Received: by 10.66.226.172 with SMTP id rt12mr62446251pac.101.1400708344987; Wed, 21 May 2014 14:39:04 -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 it4sm9655244pbc.39.2014.05.21.14.39.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 21 May 2014 14:39:04 -0700 (PDT) From: Florian Fainelli To: netdev@vger.kernel.org Cc: davem@davemloft.net, Florian Fainelli , Pantelis Antoniou , Vitaly Bordug , Li Yang , Grant Likely , Sergei Shtylyov , Thomas Petazzoni , Aida Mynzhasova , Richard Cochran , Claudiu Manoil , devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND...), linux-kernel@vger.kernel.org (open list), linuxppc-dev@lists.ozlabs.org (open list:LINUX FOR POWERPC...) Subject: [PATCH RESEND net-next 1/9] Documentation: devicetree: add old and deprecated 'fixed-link' Date: Wed, 21 May 2014 14:38:43 -0700 Message-Id: <1400708331-18088-2-git-send-email-f.fainelli@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1400708331-18088-1-git-send-email-f.fainelli@gmail.com> References: <1400708331-18088-1-git-send-email-f.fainelli@gmail.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/devicetree/bindings/net/fixed-link.txt b/Documentation/devicetree/bindings/net/fixed-link.txt index e956de1be935..34a991eb213f 100644 --- a/Documentation/devicetree/bindings/net/fixed-link.txt +++ b/Documentation/devicetree/bindings/net/fixed-link.txt @@ -18,6 +18,18 @@ properties: * 'asym-pause' (boolean, optional), to indicate that asym_pause should be enabled. +Old, deprecated 'fixed-link' binding: + +* A 'fixed-link' property in the EThernet MAC node, with 5 cells, of the + form with the following accepted values: + - a: emulated phy id, choose any but but unique to the all specified + fixed-links, from 0 to 31 + - b: duplex configuration: 0 for half duplex, 1 for full duplex + - c: link speed in Mbits/sec, accepted values are: 10, 100 and 1000 + - d: pause configuration: 0 for no pause, 1 for pause + - e: asymetric pause configuration: 0 for no asymetric pause, 1 for asymetric + pause + Example: ethernet@0 {