From patchwork Mon Nov 21 15:35:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerome Brunet X-Patchwork-Id: 697291 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 3tMt4M5528z9t0J for ; Tue, 22 Nov 2016 02:36:35 +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="XBR0a6zh"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754721AbcKUPg1 (ORCPT ); Mon, 21 Nov 2016 10:36:27 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:35302 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754810AbcKUPfv (ORCPT ); Mon, 21 Nov 2016 10:35:51 -0500 Received: by mail-wm0-f50.google.com with SMTP id a197so153680718wmd.0 for ; Mon, 21 Nov 2016 07:35:51 -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=+lDWshzN6D742fyvFt1dMaSpUnoTN8GBdgLxpTLCUg4=; b=XBR0a6zhejwlLDu9kqgMW64Xj+Py9Xjn7eLsnhmHMkQs1tf7KSHK8vpwD0JUKxRf3F E1MS8vAm4K33DniXIiI0BPIjk6ihBCnhkAJnmEtdxyDypUp5UsKI3NnunWDkc++eNslY 8030p5mtdXefMiGAfnitNQa8+6bi95s75xdBO75Vsrwqq24brSbgVTwqDnOiWvMuIy1a YcVsyH29t+xuHPqsis/pcXoGh605+woelbajCtjpep1owd4SBuJsUmxMvShr64p8cZtQ YX5RyQZGau3tqp53AH8++TBKGuQEYY5/y3ZTXVohtX+TmnBz/5/9/dCOZX5EcW94Vm4d 88Zg== 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=+lDWshzN6D742fyvFt1dMaSpUnoTN8GBdgLxpTLCUg4=; b=XMETamJyUYIC/bigfD30Wh6Kjw9VSehQRVtwFrowCy9lgRyD5KjLQF3/0oxxa9tE/0 0sBSikjzWeyO7hmnUcrGJ1t9QYq2/Cgy4xw3KUwbNWO9Ce710m8tj4FMLc7ifoi2vgx7 ohPX03ByCsFswXtiBQEQGimijj6xE3Q2PTDSx3Wv0GQ2VAAluCJpN/Vay/JRorEU+lBl rML9MWmI3ZZslWHUcD7p4Zs/KYoubWpmzNnWS909be+9gzPiT+G9d4veO4h4QwPiM+S2 B4q5OuI3pGewYqLCunNtXvyhjvj2M9ukPIdGv7ES4wQ7DVB8VmoTqFKTawSwSl7OVpiS jjVw== X-Gm-Message-State: AKaTC03HmgV67FghoMsDEsajL5pWkOhhP1fpLoTZ4cI1BC27pT0Wf5YAPxUWozWf8XhjQVHA X-Received: by 10.28.69.130 with SMTP id l2mr16563915wmi.123.1479742550160; Mon, 21 Nov 2016 07:35:50 -0800 (PST) Received: from boomer.baylibre.com ([90.63.244.31]) by smtp.googlemail.com with ESMTPSA id vr9sm25597909wjc.35.2016.11.21.07.35.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Nov 2016 07:35:49 -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 , Neil Armstrong , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [RFC PATCH net v2 2/3] dt: bindings: add ethernet phy eee-disable-advert option documentation Date: Mon, 21 Nov 2016 16:35:23 +0100 Message-Id: <1479742524-30222-3-git-send-email-jbrunet@baylibre.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1479742524-30222-1-git-send-email-jbrunet@baylibre.com> References: <1479742524-30222-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 --- Documentation/devicetree/bindings/net/phy.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/net/phy.txt b/Documentation/devicetree/bindings/net/phy.txt index bc1c3c8bf8fa..7f066b7c1e2c 100644 --- a/Documentation/devicetree/bindings/net/phy.txt +++ b/Documentation/devicetree/bindings/net/phy.txt @@ -35,6 +35,11 @@ Optional Properties: - broken-turn-around: If set, indicates the PHY device does not correctly release the turn around line low at the end of a MDIO transaction. +- eee-advert-disable: Bits to clear in the MDIO_AN_EEE_ADV register to + disable EEE modes. Example + * 0x4: disable EEE for 1000T, + * 0x6: disable EEE for 100TX and 1000T + Example: ethernet-phy@0 {