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: 9449241 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 E6C096071C for ; Mon, 28 Nov 2016 09:48:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E35822621F for ; Mon, 28 Nov 2016 09:48:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D5B9426224; Mon, 28 Nov 2016 09:48:48 +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 8E5562621F for ; Mon, 28 Nov 2016 09:48:48 +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 1cBIYB-0001fc-7Y; Mon, 28 Nov 2016 09:48:39 +0000 Received: from mail-wm0-x22c.google.com ([2a00:1450:400c:c09::22c]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1cBIX2-0000sZ-F0 for linux-amlogic@lists.infradead.org; Mon, 28 Nov 2016 09:47:32 +0000 Received: by mail-wm0-x22c.google.com with SMTP id g23so199707172wme.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=kg2VRW9JkqQxWVNNLZY6BvzOgnbb5KPCWAK29Oc9OfeovVe4L7DR3iUa0w/vb+tITd RubB6Nnz97blLLY753XcFjyO+iurAcGzS5JvLG1Te4uAFH7x6F0eLfeVIa9DBGUTypcW ALIwS8p7v3qAq9mv6E8smRBfhiKeTePiHQehWc6R3eoVPi4DNVc2tmQ0DWYO75y0W6Yu In5mdjfz4y6K40r1Kt7A7TjReqSa/ueOr6NvS2hei6nFOZRj7nAtnx7RowYnv0uE7nwq DXHGwhS/e1RCBQIiAB4z0wAtl8vgLmPpn6bmS1inv6py4yg+WWgyAQ/lrEw6k+2tWv8i +MPw== X-Gm-Message-State: AKaTC019DMJO0fM7ELSxrnQK1mZ9a5P+hrIucCz0Rq8oQuFYcrFgCnK5cWze/lPpgp103zEL 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_921404_3A01B025 X-CRM114-Status: UNSURE ( 6.97 ) 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: 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-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 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: