From patchwork Fri Aug 3 14:56:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jose Abreu X-Patchwork-Id: 953268 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="IFPuYLsQ"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41hqrx6Sy5z9s0R for ; Sat, 4 Aug 2018 00:57:21 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732523AbeHCQyB (ORCPT ); Fri, 3 Aug 2018 12:54:01 -0400 Received: from smtprelay4.synopsys.com ([198.182.47.9]:46220 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732496AbeHCQyA (ORCPT ); Fri, 3 Aug 2018 12:54:00 -0400 Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by smtprelay.synopsys.com (Postfix) with ESMTP id 482B924E13F2; Fri, 3 Aug 2018 07:57:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1533308239; bh=R/uFNMHcEsDXwk6rOzzgvkbP6B5xW12wRYLaxbckL8A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=IFPuYLsQ9XIBuQXK6RDibeNEbufaMpCvCNrQzvEk2+odYFSclPahdUivoe6IDGz59 +tpRdvaJArHoV3lXKHQCpLXBIzaFMSBqp7i4CaeLEcCQYUewQ1nQsRc/3lG0hNCHWm AaJz8c3n1cPt7+adg2qQtw2+Dv3T42YvXD4yKlWe9tMuKGIAl29exbt3WKCdneFpEz U4riS4M3W9u7Q1FaPtXpUQcO7WhoAM0ctUMRCJE343Lo0+ztdVW/ov8pfVwYqfcjM7 YQ9SGUAVlqOMLKK0dBG0bbyRT29xN11/PTvffR4EN3kcfacixK6YiGhbSELI35FMe2 e5c2feGBsywMw== Received: from joabreu-VirtualBox.internal.synopsys.com (joabreu-e7440.internal.synopsys.com [10.107.19.32]) by mailhost.synopsys.com (Postfix) with ESMTP id 4ED3255E1; Fri, 3 Aug 2018 07:57:17 -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 v2 net-next 9/9] dt-bindings: net: stmmac: Add the bindings documentation for XGMAC2. Date: Fri, 3 Aug 2018 15:56:11 +0100 Message-Id: <168e74c80ec30786789ccb4914d44b5c006b87da.1533307909.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