Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp4147349pxb; Tue, 17 Nov 2020 12:34:07 -0800 (PST) X-Google-Smtp-Source: ABdhPJyf8yBHpKkiaX0eRXzLrijtHlGExrW6QLUeplVy5SEI3XUlnxyMlGynDWOVCv8ujjgHKJvA X-Received: by 2002:aa7:d5d7:: with SMTP id d23mr23007244eds.203.1605645247173; Tue, 17 Nov 2020 12:34:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605645247; cv=none; d=google.com; s=arc-20160816; b=iEvLXzkcChtn9feFLf+UGy3M9poG7yqv0jVUuYrpdPPtQUfH8LteCOn+XkTcL5MgXX c4zjXgR+JtB5hb1A/DYiP6/gI3jCrCj+hw6cilUZVfIHPsBys7YPjpK3kwg0lasjIJCF oJE7qdpq8EkpgFkLN4r5ijP6cdl1dDwtNdgZ7R/RDhausQU+pKgC3IHeLSy21FJK0+w8 uNXakaU/mj9H3C+6d4fkVsPuQR0miRMC0PrC5n3KHM/mHILhgYOBv/S9UKFQ2aog5lC+ 9n8JU9xx2UgPqfZoOIr3T8SvWaX9muYLgC4mIeaFjzHi0RL+39TBBm/mT+b6bPvWBYTG RD7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=lcmIrduFi4Tb1Jcs16pUtcW0Q7l0fOLxCFvW3Be0pRo=; b=uAiJSIK4w5RK5nNOCHufYoUX9IRiHK8KOlEm9cN55mSAGcDW9xXPwhOxySk6WSFpJQ QZ7i+M27iwSSK10XggURag+aCoNFdZSgXQyKGdYAjDlQrCJp16oIcCx8PODNl2J2tnFy AqwKrxT+nNhtZ0CPoAL+yZSPVwcOQ8MJFQvPYz26PkyYNh4s41z0nmN6mpPUFz6E6d1m BZhjgskEFnx9Vlso6oaVnhNML+UeQj9UEovl4F34nJ+ZOpYVGOknNsF9OE3OV8yo8cDY CcqadiG104FsvpevI7k5W8dYiIovVEQZv81EYDGVVsP70zgOb+fzAG003OL7FxFawsSj V60Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o18si14701236edr.500.2020.11.17.12.33.43; Tue, 17 Nov 2020 12:34:07 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727524AbgKQUcB (ORCPT + 99 others); Tue, 17 Nov 2020 15:32:01 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:33328 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725943AbgKQUcA (ORCPT ); Tue, 17 Nov 2020 15:32:00 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kf7dm-007b82-FA; Tue, 17 Nov 2020 21:31:50 +0100 Date: Tue, 17 Nov 2020 21:31:50 +0100 From: Andrew Lunn To: Dan Murphy Cc: davem@davemloft.net, f.fainelli@gmail.com, hkallweit1@gmail.com, robh@kernel.org, ciorneiioana@gmail.com, devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v4 2/4] dt-bindings: net: Add Rx/Tx output configuration for 10base T1L Message-ID: <20201117203150.GA1800835@lunn.ch> References: <20201117201555.26723-1-dmurphy@ti.com> <20201117201555.26723-3-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201117201555.26723-3-dmurphy@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 17, 2020 at 02:15:53PM -0600, Dan Murphy wrote: > Per the 802.3cg spec the 10base T1L can operate at 2 different > differential voltages 1v p2p and 2.4v p2p. The abiility of the PHY to ability > drive that output is dependent on the PHY's on board power supply. > This common feature is applicable to all 10base T1L PHYs so this binding > property belongs in a top level ethernet document. > > Signed-off-by: Dan Murphy > --- > Documentation/devicetree/bindings/net/ethernet-phy.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/ethernet-phy.yaml b/Documentation/devicetree/bindings/net/ethernet-phy.yaml > index 6dd72faebd89..bda1ce51836b 100644 > --- a/Documentation/devicetree/bindings/net/ethernet-phy.yaml > +++ b/Documentation/devicetree/bindings/net/ethernet-phy.yaml > @@ -174,6 +174,12 @@ properties: > PHY's that have configurable TX internal delays. If this property is > present then the PHY applies the TX delay. > > + max-tx-rx-p2p-microvolt: > + description: | > + Configures the Tx/Rx p2p differential output voltage for 10base-T1L PHYs. Does it configure, or does it limit? I _think_ this is a negotiation parameter, so the PHY might decide to do 1100mV if the link peer is near by even when max-tx-rx-p2p-microvolt has the higher value. Andrew