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: 9449251 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 5BD036071C for ; Mon, 28 Nov 2016 09:49:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5A9FF26419 for ; Mon, 28 Nov 2016 09:49:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4F5CD266F3; Mon, 28 Nov 2016 09:49:55 +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 EB82426419 for ; Mon, 28 Nov 2016 09:49:54 +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 1cBIXw-0001Tx-TE; Mon, 28 Nov 2016 09:48:24 +0000 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1cBIX2-0000sY-El for linux-arm-kernel@lists.infradead.org; Mon, 28 Nov 2016 09:47:30 +0000 Received: by mail-wm0-x22b.google.com with SMTP id g23so199707168wme.1 for ; Mon, 28 Nov 2016 01:47:08 -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=ByY4BcgDkBlh+XexPdg9TwLqQDsDSpVx21J8yC5/akqgr+ckrGyabClopzV1Lm9/8h JJ+LBi2I6yAK6wtxmR4mH/s/YHXXCNE9HSMr6Mb/U33wh08iZtEse9UbcAU/ER5YQPDz CVFhbDZeM6hApCKskhMOnOT3qSYXTZZn2Oqjd9v/Dg3sDgZTKQS6tSiBKXbDHwQe+pzA xz5Ld+LJ/tIZvb+cF7i46x1O9/d6m7PPmSNYAQrkQMiyA2WPGpZcZTP47+ZViRyBIEzY AS/D3iZm49JL/yO84hnsIXyNG6aE/g9QX1iIsib6QBpPIodSzBicGxHT+mAaNMx2Pgnb 6hzw== X-Gm-Message-State: AKaTC00gY11Y6X5wcmSymYvQsvGvDYVrBIMiq8fI+PVj7sQ2c9CsJ6EZw873I45B35W+wZAl 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 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161128_014728_798417_D6C50277 X-CRM114-Status: UNSURE ( 8.52 ) 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: Andrew Lunn , 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 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: