From patchwork Mon Nov 28 09:46:48 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jerome Brunet X-Patchwork-Id: 699905 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 3tS2132Hxlz9vFN for ; Mon, 28 Nov 2016 20:48:07 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b="BGkR7aMl"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932692AbcK1Jrw (ORCPT ); Mon, 28 Nov 2016 04:47:52 -0500 Received: from mail-wm0-f54.google.com ([74.125.82.54]:34929 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932585AbcK1JrI (ORCPT ); Mon, 28 Nov 2016 04:47:08 -0500 Received: by mail-wm0-f54.google.com with SMTP id a197so199252101wmd.0 for ; Mon, 28 Nov 2016 01:47:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=RiCcWFgUd6IOcJIPRbWpvn+nUppUVnRS9D1Ah5SJLI4=; b=BGkR7aMlhEcC28yYxRDJwdgEw2QnfxiY3luz3/j2uc2gxmrll96ai9iQ8ZlEoyisKH +91K4g/he8hKxfuxBV0y3Uc9wbwCJtubmQrfD0NT4Av/PbXULp1J22w+w52YtolGBAuV o4lfKnXducZZHrkDT2o7Y+FT8IBEDBdn2hJ0LkA4hKCylrNCCpcrV10aEbMkAi99NxK4 PS169cMBUg1kT/BtD4IMAnqMCYaSQzFjPVp6WA59eE6CZkkydxwn5v1qqBZ6Bc4R3gPS ce5Y2hduSWgcm1CimsYXAIaEdlilSsCOLuqneehWaZA1MjY9ZTUd94P9Verc7dhOUbmh 7upg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=RiCcWFgUd6IOcJIPRbWpvn+nUppUVnRS9D1Ah5SJLI4=; b=RDtmEee2l5u/oyLyQsaEE/uT2imJQLNZJtitopgpOkIdK/hnignDNd+q5NdrZx5nrf eZnI4coDoNsqT9TmmFK4NIAQAh807oOoF3+eSnUEYWS3UI7NFZOap1+zUmqPIllat+zY vUk1Gd5+ZTmoVnbizQ/8nG5cCO3UFsg670n4JnQsmMqUtRR1RK4aBG8KJOq4H54iZWS3 OfEdALYu0EV7Irl2xAsI0+Y9Ts5CBtRyhhuY1EIddwqPf7333v/Bm227nBVvcYC3/6r9 dR0xsB0JnNfOj7NUt3QO0qGMax1I+hYxjzDui99dqI+dd9uiv6WBiaqYMGdiT/JtHDl4 046g== X-Gm-Message-State: AKaTC02WxipNq1HJjz/NdjjGSH8AVDIX9Q2G8ggI39uVVIrwGugljzQ7DuxHYs6cH1lwFtac X-Received: by 10.28.48.7 with SMTP id w7mr17599370wmw.115.1480326426570; Mon, 28 Nov 2016 01:47:06 -0800 (PST) Received: from boomer.baylibre.com ([90.63.244.31]) by smtp.googlemail.com with ESMTPSA id b7sm61635558wjm.39.2016.11.28.01.47.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Nov 2016 01:47:05 -0800 (PST) From: Jerome Brunet To: netdev@vger.kernel.org, devicetree@vger.kernel.org, Florian Fainelli Cc: Jerome Brunet , Carlo Caione , Kevin Hilman , Giuseppe Cavallaro , Alexandre TORGUE , Martin Blumenstingl , Andre Roth , Andrew Lunn , Neil Armstrong , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH net-next v3 3/4] dt: bindings: add ethernet phy eee-broken-modes option documentation Date: Mon, 28 Nov 2016 10:46:48 +0100 Message-Id: <1480326409-25419-4-git-send-email-jbrunet@baylibre.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1480326409-25419-1-git-send-email-jbrunet@baylibre.com> References: <1480326409-25419-1-git-send-email-jbrunet@baylibre.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Jerome Brunet Reviewed-by: Andreas Färber --- Documentation/devicetree/bindings/net/phy.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/net/phy.txt b/Documentation/devicetree/bindings/net/phy.txt index 4627da3d52c4..54749b60a466 100644 --- a/Documentation/devicetree/bindings/net/phy.txt +++ b/Documentation/devicetree/bindings/net/phy.txt @@ -38,6 +38,8 @@ Optional Properties: - enet-phy-lane-swap: If set, indicates the PHY will swap the TX/RX lanes to compensate for the board being designed with the lanes swapped. +- eee-broken-modes: Bits to clear in the MDIO_AN_EEE_ADV register to + disable EEE broken modes. Example: