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: 9439633 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 7BE9160235 for ; Mon, 21 Nov 2016 15:38:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7AC0828AFD for ; Mon, 21 Nov 2016 15:38:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6F46228B57; Mon, 21 Nov 2016 15:38:18 +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 374AB28AFD for ; Mon, 21 Nov 2016 15:38:18 +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 1c8qe8-0005Ka-Qi; Mon, 21 Nov 2016 15:36:40 +0000 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c8qdg-00053q-3x for linux-arm-kernel@lists.infradead.org; Mon, 21 Nov 2016 15:36:14 +0000 Received: by mail-wm0-x234.google.com with SMTP id f82so151716117wmf.1 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=FP+3UZKKHZ6cBB7YkVYc9ILXezj1ll5GL+HD5zW83UwYOKKjXMzpjkzLv0ARyzLAR6 buoNgs/2Jf48EJLp+m80ZESFahEX0lb2ZqOXMalMQNfdsOaxbLx36UgYRvGmfNlG8tMI QfR1epobvARLSn0+i2Vmr0KB0wUVMVvsVWFMQFtfU88ts4Y01c5wESPrJIgHNyiR/S40 i0a4wzXVcuz6tCD/Ovf+9STzw+I8ki88qsukb32ghAblPlT4kkA3nHcSJ4Eu3C6Lp4/b SXVekh/MeLlH7pnnsiwZItPuIZCAj8xeFuoQH2pJCZW0qE3Pd+osICCmgV8rGWw9z4C1 +fMA== X-Gm-Message-State: AKaTC029HmhiRA7Mw+DY5tPJKQrqmsAnk4t0R2oUKMB/lVVMyVWaGXc/uxHmTjx+alZ4tljR 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_532727_94DE9F8B X-CRM114-Status: UNSURE ( 8.72 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=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 {