From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934183AbcKPPUQ (ORCPT ); Wed, 16 Nov 2016 10:20:16 -0500 Received: from mail-wm0-f52.google.com ([74.125.82.52]:34541 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751522AbcKPPUO (ORCPT ); Wed, 16 Nov 2016 10:20:14 -0500 Message-ID: <1479309611.17538.41.camel@baylibre.com> Subject: Re: [PATCH net 2/3] dt-bindings: net: add DT bindings for realtek phys From: Jerome Brunet To: Rob Herring Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, Florian Fainelli , Carlo Caione , Kevin Hilman , Giuseppe Cavallaro , Alexandre TORGUE , Martin Blumenstingl , Andre Roth , Neil Armstrong , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Date: Wed, 16 Nov 2016 16:20:11 +0100 In-Reply-To: <20161116151104.5sfcqjyvrzre5pkn@rob-hp-laptop> References: <1479220154-25851-1-git-send-email-jbrunet@baylibre.com> <1479220154-25851-3-git-send-email-jbrunet@baylibre.com> <20161116151104.5sfcqjyvrzre5pkn@rob-hp-laptop> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 (3.20.5-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2016-11-16 at 09:11 -0600, Rob Herring wrote: > On Tue, Nov 15, 2016 at 03:29:13PM +0100, Jerome Brunet wrote: > > > > Signed-off-by: Jerome Brunet > > Signed-off-by: Neil Armstrong > > --- > >  .../devicetree/bindings/net/realtek-phy.txt          | 20 > > ++++++++++++++++++++ > >  1 file changed, 20 insertions(+) > >  create mode 100644 Documentation/devicetree/bindings/net/realtek- > > phy.txt > > > > diff --git a/Documentation/devicetree/bindings/net/realtek-phy.txt > > b/Documentation/devicetree/bindings/net/realtek-phy.txt > > new file mode 100644 > > index 000000000000..dc2845a6b387 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/net/realtek-phy.txt > > @@ -0,0 +1,20 @@ > > +Realtek Ethernet PHY > > + > > +Some boards require special tuning values of the phy. > > + > > +Optional properties: > > + > > +realtek,disable-eee-1000t: > > +realtek,disable-eee-100tx: > > Make these generic/common. Same feedback from the net folks. Will do. Thx Rob > > > > > +  If set, respectively disable 1000-BaseT and 100-BaseTx energy > > efficient > > +  ethernet capabilty advertisement > > +  default: Leave the phy default settings unchanged (capabilities > > advertised) > > + > > +Example: > > + > > +&mdio0 { > > + ethernetphy0: ethernet-phy@0 { > > + reg = <0>; > > + realtek,disable-eee-1000t; > > + }; > > +}; > > --  > > 2.7.4 > > > > -- > > To unsubscribe from this list: send the line "unsubscribe > > devicetree" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at  http://vger.kernel.org/majordomo-info.html