Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1682627imu; Wed, 12 Dec 2018 02:25:31 -0800 (PST) X-Google-Smtp-Source: AFSGD/VjaQ9QZpal0ll6FKA8AqlnGZxAEQUGq/U9h15YBKyERAwvZes5BlHTxYzeIIPFaGbU9zdj X-Received: by 2002:a17:902:7687:: with SMTP id m7mr6400615pll.187.1544610331682; Wed, 12 Dec 2018 02:25:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544610331; cv=none; d=google.com; s=arc-20160816; b=d9Fnmbd5LFDEK3EnNc5Jkk9SaXscm1L7Mx+jwsfMXEz0u1Jxyszzosi/vp6rGeUU8+ V/NgDCoSoY3SV7JeFf/FNWnuQm7eFtKT5kENQ/+WGRAjoRzDVsmZFJZTLt5qE5RTJIJd SwSEHIb/wEjiAGCbyH7sN6XJQDVcaImqK3dx3fGIY7DenArkOP4b5eBzGKyoScXZx7bC JKzyn4X3F6QQp6gxY8klQntwtkde6zGTNV0Jkf9dYKd8W1lKxj/T7rSaZX9ni9r88DrB DvyKK4aEWdO9q0r3O5QBFGPmV72Bdc+vyFERzQ4Eoy0pVIs0m086Hoh+B6AqxiUaCr74 bTjw== 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=c5lUvNrYj1J6rVjE+Fr0HoIWmoDUiQAnhwxGd8Y8BmA=; b=lBm4yQU3VJdaRTpA73zkF+Xz9FELwd8FaXSfezNKZq91qnAdO4DEfQeDRWzPag81P5 KKK37QLI0/TN1ObD9jdKY4GVHBEe0j09e9934fFF6UbghbbhwFo10h3QylCMpE7yAijn xXrbtS4raSC6bCAHP8O2zLu+J+2OUJbLJB/LNtYUvGbl+zZBaj0489HzzZEtJlz4VNtm HV9bwcPvOLsrEFHJwo4VmLJlTYGNE4fBXEn4XiXOb8uvSDoenX6eRKzAwPG66fWdcP0h 7AlSxw1+V16S/s3cQbtU1HR4IWzHSq9fZX5gFB5b/8f9tn71feQeIyT7J5rBTLGhgpW0 t3fg== 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 w8si14187078pgm.467.2018.12.12.02.25.16; Wed, 12 Dec 2018 02:25:31 -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 S1727290AbeLLKWt (ORCPT + 99 others); Wed, 12 Dec 2018 05:22:49 -0500 Received: from mail.bootlin.com ([62.4.15.54]:57508 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727155AbeLLKWH (ORCPT ); Wed, 12 Dec 2018 05:22:07 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 1DED320C4D; 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 6A47120C94; 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 07/12] dt-bindings: PCI: aardvark: Describe the clocks property Date: Wed, 12 Dec 2018 11:21:37 +0100 Message-Id: <20181212102142.16053-8-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 Describe the missing gated clock feeding the PCIe IP. 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 252934237138..c275c3e39cde 100644 --- a/Documentation/devicetree/bindings/pci/aardvark-pci.txt +++ b/Documentation/devicetree/bindings/pci/aardvark-pci.txt @@ -12,6 +12,7 @@ contain the following properties: - #size-cells: set to <2> - device_type: set to "pci" - ranges: ranges for the PCI memory and I/O regions + - clocks: the clock feeding the IP - #interrupt-cells: set to <1> - msi-controller: indicates that the PCIe controller can itself handle MSI interrupts @@ -41,6 +42,7 @@ Example: #address-cells = <3>; #size-cells = <2>; bus-range = <0x00 0xff>; + clocks = <&sb_periph_clk 13>; interrupts = ; #interrupt-cells = <1>; msi-controller; -- 2.19.1