From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 net-next 9/9] dt-bindings: net: stmmac: Add the bindings documentation for XGMAC2. Date: Tue, 7 Aug 2018 11:36:09 -0600 Message-ID: <20180807173609.GA12872@rob-hp-laptop> References: <782f85bb556f1f1d8b4eb0b803092ecb4a2c98a8.1533311285.git.joabreu@synopsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, "David S. Miller" , Joao Pinto , Giuseppe Cavallaro , Alexandre Torgue , Sergei Shtylyov , devicetree@vger.kernel.org To: Jose Abreu Return-path: Received: from mail-it0-f68.google.com ([209.85.214.68]:54772 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389213AbeHGTve (ORCPT ); Tue, 7 Aug 2018 15:51:34 -0400 Content-Disposition: inline In-Reply-To: <782f85bb556f1f1d8b4eb0b803092ecb4a2c98a8.1533311285.git.joabreu@synopsys.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Aug 03, 2018 at 04:50:27PM +0100, Jose Abreu wrote: > Adds the documentation for XGMAC2 DT bindings. > > Signed-off-by: Jose Abreu > Cc: David S. Miller > Cc: Joao Pinto > Cc: Giuseppe Cavallaro > Cc: Alexandre Torgue > Cc: Sergei Shtylyov > Cc: devicetree@vger.kernel.org > Cc: Rob Herring > --- > Changes from v1: > - Correct header, now we also support 2.5/10G. > - Add missing '>' (Sergei) > --- > Documentation/devicetree/bindings/net/stmmac.txt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt > index 3a28a5d8857d..a32fd590ce8f 100644 > --- a/Documentation/devicetree/bindings/net/stmmac.txt > +++ b/Documentation/devicetree/bindings/net/stmmac.txt > @@ -1,7 +1,8 @@ > -* STMicroelectronics 10/100/1000 Ethernet driver (GMAC) > +* STMicroelectronics 10/100/1000/2500/10000 Ethernet driver (GMAC/XGMAC) Bindings don't describe drivers. > > Required properties: > -- compatible: Should be "snps,dwmac-", "snps,dwmac" > +- compatible: Should be "snps,dwmac-", "snps,dwmac" or > + "snps,dwxgmac-", "snps,dwxgmac". > For backwards compatibility: "st,spear600-gmac" is also supported. > - reg: Address and length of the register set for the device > - interrupt-parent: Should be the phandle for the interrupt controller > -- > 2.7.4 > >