From patchwork Fri Aug 3 15:50:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jose Abreu X-Patchwork-Id: 953298 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=synopsys.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=synopsys.com header.i=@synopsys.com header.b="c5sb3weq"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41hsDp0KH0z9ryn for ; Sat, 4 Aug 2018 01:59:38 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728787AbeHCR42 (ORCPT ); Fri, 3 Aug 2018 13:56:28 -0400 Received: from smtprelay.synopsys.com ([198.182.60.111]:45061 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727171AbeHCR42 (ORCPT ); Fri, 3 Aug 2018 13:56:28 -0400 Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by smtprelay.synopsys.com (Postfix) with ESMTP id D718810C0E9B; Fri, 3 Aug 2018 08:59:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1533311973; bh=R/uFNMHcEsDXwk6rOzzgvkbP6B5xW12wRYLaxbckL8A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=c5sb3weqtI/31dPx9nX+ReOKAE90LMTr1K396FSihCoGMN3gfWkMd1gEn2+ogaqtd QiVi/bKSFWnNNxYDMQDEZWXCzQ2CUjqowo+b00/NpdRgPiMJODc2TtKqz/3ggauLK/ 3XrCN87niYbJ0tJLYcvTAJZYtgLjH4+qOj3QpwuOtg/qiJ6WnNslK3HD4zOYcvm80G wrX1T3OpH7nuH/neN+63WQvTg57dDYU1VQ5CNE2QBfqeX+JE7f9FbYck/7EPjsgy8J ActyilS4SH4J5luvFGcQj0Z3MdLhf9QhMrVVv+m0jg9hkq9kv3tlcFLijggV3uMK7J lPvptdLpWZS6w== Received: from joabreu-VirtualBox.internal.synopsys.com (joabreu-e7440.internal.synopsys.com [10.107.19.32]) by mailhost.synopsys.com (Postfix) with ESMTP id D95AF5D04; Fri, 3 Aug 2018 08:59:31 -0700 (PDT) From: Jose Abreu To: netdev@vger.kernel.org Cc: Jose Abreu , "David S. Miller" , Joao Pinto , Giuseppe Cavallaro , Alexandre Torgue , Sergei Shtylyov , devicetree@vger.kernel.org, Rob Herring Subject: [PATCH v3 net-next 9/9] dt-bindings: net: stmmac: Add the bindings documentation for XGMAC2. Date: Fri, 3 Aug 2018 16:50:27 +0100 Message-Id: <782f85bb556f1f1d8b4eb0b803092ecb4a2c98a8.1533311285.git.joabreu@synopsys.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: In-Reply-To: References: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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) 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