Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1680976imu; Wed, 12 Dec 2018 02:23:32 -0800 (PST) X-Google-Smtp-Source: AFSGD/VSRgVFTh86CaCkYvotPwKsFahWxCUumh5HbHHHBjWq6iyNGzat5V3zLcKu3DotgBHWBrAv X-Received: by 2002:aa7:83c6:: with SMTP id j6mr19625882pfn.91.1544610212295; Wed, 12 Dec 2018 02:23:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544610212; cv=none; d=google.com; s=arc-20160816; b=Trydeu8YpsoKzEqWtZqfxa8pJUvPipmw/KQmy2EKDYiTJFVpyt9ysugjXKchEoRELN 7lbaDDdfpiiVYCbdFF+JpW3ZKtnxXf/JPixgbkq/Y/+/ycVVgzSVcpYrx1pf75+E969Y WYY1oMXAgfTDvc5ANHRBMRYEGzywyhWw0HaJugZ7nDiiylkD49nNexnue4c6iPXpoeya YNwNICVP/JKYabDylXEFM4zRQlmdnqkluj+iQxeSfYzlRqzOkdIcdCrpu5llm0+wV4nd 5oZm855d0oZ9xzPiI3jyzlSnx0h8Ro+MO3kRHc3xcufpQS8ossnl3G24aANq8e/zCVCv PJIQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=gKaKolVU/mUTaZno5gK3CdhWGCU1gB04jm21Q8HTlPc=; b=f6Dv29VI7MjyX7T7kfWd9s0XmNFwFeWcAzo2j5MWUaFzF3lsur+rWlI4wcYwxd00V/ 6v3w5xJ8itLuWNucmctmM9+eOGWjDsK+X+y6SQGDz2YiMpQ3NGqPerOoQL7RFENTBJBu 7peBiBDVmosLn2LcxxlcbxZQ7KHoDCQyis/ssnyrDmOkG+0Y1PkTco5EcXmzwqLVvF7f 3/6siJM1LPZ/kvcDCT8r0HqO4PQZKk9cLPU8HGF3eQ4mizCpeDWT68pE3upX4+p2TcnR QAxLX94yZWcSUToIYffshwAcp6WIG/Myt8MFyqw0U/6hMoonoZGxjUQZzqso1qR3ebWl 0nNQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v11si14815955pgo.11.2018.12.12.02.23.17; Wed, 12 Dec 2018 02:23:32 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727203AbeLLKWL (ORCPT + 99 others); Wed, 12 Dec 2018 05:22:11 -0500 Received: from mail.bootlin.com ([62.4.15.54]:57516 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727161AbeLLKWI (ORCPT ); Wed, 12 Dec 2018 05:22:08 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 2502020C94; Wed, 12 Dec 2018 11:22:05 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.2 Received: from localhost.localdomain (aaubervilliers-681-1-89-7.w90-88.abo.wanadoo.fr [90.88.30.7]) by mail.bootlin.com (Postfix) with ESMTPSA id C3E1C20CDB; Wed, 12 Dec 2018 11:21:46 +0100 (CET) From: Miquel Raynal To: Gregory Clement , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Thomas Petazzoni , Bjorn Helgaas Cc: , Rob Herring , Mark Rutland , Lorenzo Pieralisi , linux-pci@vger.kernel.org, , , Antoine Tenart , Maxime Chevallier , Nadav Haklai , Miquel Raynal Subject: [PATCH v2 08/12] dt-bindings: PCI: aardvark: Describe the PHY property Date: Wed, 12 Dec 2018 11:21:38 +0100 Message-Id: <20181212102142.16053-9-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181212102142.16053-1-miquel.raynal@bootlin.com> References: <20181212102142.16053-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document the possibility to reference a PHY. Signed-off-by: Miquel Raynal Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/pci/aardvark-pci.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/pci/aardvark-pci.txt b/Documentation/devicetree/bindings/pci/aardvark-pci.txt index c275c3e39cde..b41c69968e38 100644 --- a/Documentation/devicetree/bindings/pci/aardvark-pci.txt +++ b/Documentation/devicetree/bindings/pci/aardvark-pci.txt @@ -24,6 +24,7 @@ contain the following properties: The following are optional properties: - reset-gpios: GPIO to reset the device + - phys: the PCIe PHY handle In addition, the Device Tree describing an Aardvark PCIe controller must include a sub-node that describes the legacy interrupt controller @@ -55,6 +56,7 @@ Example: <0 0 0 3 &pcie_intc 2>, <0 0 0 4 &pcie_intc 3>; reset-gpios = <&gpiosb 3 GPIO_ACTIVE_HIGH>; + phys = <&comphy1 0>; pcie_intc: interrupt-controller { interrupt-controller; #interrupt-cells = <1>; -- 2.19.1