From patchwork Fri Sep 23 06:47:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Wang X-Patchwork-Id: 9347527 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 B4AAE607D0 for ; Fri, 23 Sep 2016 06:48:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9BD252AA83 for ; Fri, 23 Sep 2016 06:48:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 906682AA86; Fri, 23 Sep 2016 06:48:12 +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.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, UNPARSEABLE_RELAY 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 D7AF02AA83 for ; Fri, 23 Sep 2016 06:48:10 +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 1bnKHJ-0007HR-Cl; Fri, 23 Sep 2016 06:48:09 +0000 Received: from [210.61.82.183] (helo=mailgw01.mediatek.com) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bnKHG-0007Ez-Kb for linux-mediatek@lists.infradead.org; Fri, 23 Sep 2016 06:48:08 +0000 Received: from mtkhts07.mediatek.inc [(172.21.101.69)] by mailgw01.mediatek.com (envelope-from ) (mhqrelay.mediatek.com ESMTP with TLS) with ESMTP id 2098160962; Fri, 23 Sep 2016 14:47:43 +0800 Received: from mtkswgap22.mediatek.inc (172.21.77.33) by mtkhts07.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 14.3.266.1; Fri, 23 Sep 2016 14:47:41 +0800 From: To: , Subject: [DTSpec PATCH] Document additional "phy-connection-type" values Date: Fri, 23 Sep 2016 14:47:40 +0800 Message-ID: <1474613260-15457-1-git-send-email-sean.wang@mediatek.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160922_234806_862315_068A16DE X-CRM114-Status: UNSURE ( 8.39 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree-spec@vger.kernel.org, Sean Wang , linux-mediatek@lists.infradead.org Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+patchwork-linux-mediatek=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Sean Wang Add the following values to the "phy-connection-type" property: * Turbo Reduced Gigabit Media Independent Interface ``trgmii`` Suggested-by: Florian Fainelli Signed-off-by: Sean Wang --- source/device-bindings.rst | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/source/device-bindings.rst b/source/device-bindings.rst index 7020267..9de6f3c 100644 --- a/source/device-bindings.rst +++ b/source/device-bindings.rst @@ -332,25 +332,26 @@ the network device class. .. tabularcolumns:: | l J | .. table:: Defined values for the ``phy-connection-type`` Property - =============================================== ============ - Connection type Value - =============================================== ============ - Media Independent Interface ``mii`` - Reduced Media Independent Interface ``rmii`` - Gigabit Media Independent Interface ``gmii`` - Reduced Gigabit Media Independent ``rgmii`` - rgmii with internal delay ``rgmii-id`` - rgmii with internal delay on TX only ``rgmii-txid`` - rgmii with internal delay on RX only ``rgmii-rxid`` - Ten Bit Interface ``tbi`` - Reduced Ten Bit Interface ``rtbi`` - Serial Media Independent Interface ``smii`` - Serial Gigabit Media Independent Interface ``sgmii`` - Reverse Media Independent Interface ``rev-mii`` - 10 Gigabits Media Independent Interface ``xgmii`` - Multimedia over Coaxial ``moca`` - Quad Serial Gigabit Media Independent Interface ``qsgmii`` - =============================================== ============ + ================================================= ============ + Connection type Value + ================================================= ============ + Media Independent Interface ``mii`` + Reduced Media Independent Interface ``rmii`` + Gigabit Media Independent Interface ``gmii`` + Reduced Gigabit Media Independent ``rgmii`` + rgmii with internal delay ``rgmii-id`` + rgmii with internal delay on TX only ``rgmii-txid`` + rgmii with internal delay on RX only ``rgmii-rxid`` + Ten Bit Interface ``tbi`` + Reduced Ten Bit Interface ``rtbi`` + Serial Media Independent Interface ``smii`` + Serial Gigabit Media Independent Interface ``sgmii`` + Reverse Media Independent Interface ``rev-mii`` + 10 Gigabits Media Independent Interface ``xgmii`` + Multimedia over Coaxial ``moca`` + Quad Serial Gigabit Media Independent Interface ``qsgmii`` + Turbo Reduced Gigabit Media Independent Interface ``trgmii`` + ================================================= ============ ``phy-handle`` Property ^^^^^^^^^^^^^^^^^^^^^^^