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: 9439629 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 1759260235 for ; Mon, 21 Nov 2016 15:37:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 160AD28AFD for ; Mon, 21 Nov 2016 15:37:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 096CF28B57; Mon, 21 Nov 2016 15:37:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 7BD6528AFD for ; Mon, 21 Nov 2016 15:37:08 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1c8qeQ-0005ld-9O; Mon, 21 Nov 2016 15:36:58 +0000 Received: from mail-wm0-x22a.google.com ([2a00:1450:400c:c09::22a]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c8qdg-00053r-3y for linux-amlogic@lists.infradead.org; Mon, 21 Nov 2016 15:36:13 +0000 Received: by mail-wm0-x22a.google.com with SMTP id t79so151113264wmt.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=j1+49/7figkUV1Y6V2LuwKenGP87IAPDvpTdfy3OjGFjQ9cscR2x1Y2S+3RWhQr7u3 OyRhG69YVZgxHPp14G5zvGQj/fqujiG3dU7xi4nCdIwtRpWXyvISguHuxwILDcXZTLtO Tr7fAkq412nMkxLTNLQ19+xDKCY1FDlBLcxX7ElOD8N+ly5C2cBaeQ3msStnZ3wgRJLR 7CMDF5F0PkKcJeT+TjBvFvJjzYPSGt5jjeffN2Vc7mU9gxkAycEeVzHIUNBCJ194F8eq Vp1sOxFUMSdq00LEgQMC6n8e5pd0GHbT5zn8azGjGWyc0yNJ6QkbMoGPWtZAzp4V1T0L kgzg== X-Gm-Message-State: AKaTC00vE8s5efiNct1Ws+2QWa6uJeSAwzqRi+D0kt5OyaM/bl92KiOD2UoIx0FKZ0m6TuLZ 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 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161121_073612_484638_E243FBE6 X-CRM114-Status: UNSURE ( 7.17 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre TORGUE , Neil Armstrong , Martin Blumenstingl , Kevin Hilman , linux-kernel@vger.kernel.org, Andre Roth , linux-amlogic@lists.infradead.org, Carlo Caione , Giuseppe Cavallaro , linux-arm-kernel@lists.infradead.org, Jerome Brunet MIME-Version: 1.0 Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP 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 {