Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3229799imu; Sat, 24 Nov 2018 00:37:12 -0800 (PST) X-Google-Smtp-Source: AFSGD/WphDdt8o81RCyRIitA2jMZoJfZ12svm+H0OGp6cbhCxh9wUxCjX3qe1uWbNt2ZCquZXtxG X-Received: by 2002:a63:d818:: with SMTP id b24mr16862222pgh.174.1543048632290; Sat, 24 Nov 2018 00:37:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543048632; cv=none; d=google.com; s=arc-20160816; b=Zls4C6gekqq5mLJj9QubQ0FJba2f853kutenqHUE5DmEYsUw4hThbcjvQGZk+9x3Gv 8qDM3BuaMLX0DjgFYkoTrml454Drbl8hOWpvpIjCpNQ467naWxJDsMJqB/FKNCkD93Uz Q0Djsshx+Dz6JXowf4PVvqty+fYm/L0cUfDzL5YV0TAjPDDgl5YIRYPv6dgxu+OFFGdX aQWnrbhvr7ouogwA59tSiZP8kPCC4YmT21anSc5CMx7525rCgWQ2dO6Cy1GxM1PBh0fQ cR5c1Oyu73tJNwvPFz3BB9BH832WWAL92bEIeLW4quFDXMvL3kVeSEPYgfwqh4pj00dX kC8Q== 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=7BLBr2PyXG3fqhRWYkhwl/ySvqFTj/6NFjh/hj+3FU4=; b=dHRhUgdnaQ5UryNnSSjBjUvwVoHfVTLfygYXsIkSlEvizBtZROh5x1TZg/w/BIUlcs qDiRhy0ryJjJj4dDV3Ho1tkWwuzwUhlyWiGaC7PLBDRl1Vd78ggHkbKoy0vU2Uo32eoP MCOq7KzCKutVVHbInEkmY2ea3wPo4m9isq0/qF6phv4vY6WFQ8FB1wJLOJVBuEjt+TIF RwtgzaEoTeH/2M56v0goEM/IFxXEQKloM3qulj4IaWLNy+hDa/pa1c//CYYQjiTMYQzl CjBSSkod2j4L7ZcpVa8lfC//dZ0wk0xv7XPhFxrtV4BpMLUJ+XcNgKJLJZF1ZXBeZZsc szXg== 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 y6si18480593plr.186.2018.11.24.00.36.57; Sat, 24 Nov 2018 00:37:12 -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 S2439951AbeKXBD0 (ORCPT + 99 others); Fri, 23 Nov 2018 20:03:26 -0500 Received: from mail.bootlin.com ([62.4.15.54]:33970 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2436665AbeKXBDB (ORCPT ); Fri, 23 Nov 2018 20:03:01 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 6EB3620DC1; Fri, 23 Nov 2018 15:18:37 +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-94-205.w90-88.abo.wanadoo.fr [90.88.35.205]) by mail.bootlin.com (Postfix) with ESMTPSA id 0DBEF20741; Fri, 23 Nov 2018 15:18:37 +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 08/12] dt-bindings: PCI: aardvark: describe the PHY property Date: Fri, 23 Nov 2018 15:18:27 +0100 Message-Id: <20181123141831.8214-9-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181123141831.8214-1-miquel.raynal@bootlin.com> References: <20181123141831.8214-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 --- 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