From patchwork Wed Jul 20 14:56:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mugunthan V N X-Patchwork-Id: 9239729 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 05E9060867 for ; Wed, 20 Jul 2016 14:58:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EB44D27BFC for ; Wed, 20 Jul 2016 14:58:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E00492026B; Wed, 20 Jul 2016 14:58:00 +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=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 96E7427C05 for ; Wed, 20 Jul 2016 14:57:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754587AbcGTO5u (ORCPT ); Wed, 20 Jul 2016 10:57:50 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:60444 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754509AbcGTO5S (ORCPT ); Wed, 20 Jul 2016 10:57:18 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id u6KErrLq030008; Wed, 20 Jul 2016 09:53:53 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id u6KEuYtV008474; Wed, 20 Jul 2016 09:56:35 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.294.0; Wed, 20 Jul 2016 09:56:34 -0500 Received: from a0131834lt.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u6KEuPHH029379; Wed, 20 Jul 2016 09:56:30 -0500 From: Mugunthan V N To: CC: Rob Herring , Mark Rutland , Tony Lindgren , Russell King , Florian Fainelli , "David S . Miller" , Sekhar Nori , , , , , Mugunthan V N Subject: [net-next PATCH 1/3] net: phy: dp83867: Add documentation for optional impedance control Date: Wed, 20 Jul 2016 20:26:12 +0530 Message-ID: <20160720145614.13132-2-mugunthanvnm@ti.com> X-Mailer: git-send-email 2.9.2.368.g08bb350 In-Reply-To: <20160720145614.13132-1-mugunthanvnm@ti.com> References: <20160720145614.13132-1-mugunthanvnm@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add documention of ti,impedance-control which can be used to correct MAC impedance mismatch using phy extended registers. Signed-off-by: Mugunthan V N --- Documentation/devicetree/bindings/net/ti,dp83867.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/net/ti,dp83867.txt b/Documentation/devicetree/bindings/net/ti,dp83867.txt index 5d21141..531ea3c5 100644 --- a/Documentation/devicetree/bindings/net/ti,dp83867.txt +++ b/Documentation/devicetree/bindings/net/ti,dp83867.txt @@ -9,6 +9,13 @@ Required properties: - ti,fifo-depth - Transmitt FIFO depth- see dt-bindings/net/ti-dp83867.h for applicable values +Optional property: + - ti,impedance-control - MAC Interface Impedance control to vary the + output impedance with an approximate range + from 35-70 ohms in 32 steps. Value range can + be 0x0 to 0x1f. Lowest impedance value is + 0x1f and highest impedance being 0x0. + Default child nodes are standard Ethernet PHY device nodes as described in Documentation/devicetree/bindings/net/phy.txt