Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3229791imu; Sat, 24 Nov 2018 00:37:11 -0800 (PST) X-Google-Smtp-Source: AFSGD/Ux5uG28lBhDNOJX4vb69xHyHRGiDmEgKHGew+LsCQghBadFjq2H7tz7JJP53ePg4Fdr8NP X-Received: by 2002:a63:fb10:: with SMTP id o16mr14594327pgh.211.1543048631241; Sat, 24 Nov 2018 00:37:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543048631; cv=none; d=google.com; s=arc-20160816; b=fp/Wy7L17fviuouQoc5skkg94ZS4k94pFB6R10qz3UA/pF6TCQkiqU56vk+43Amhvt nvxe7wyRJPtXw9Bj2H9On7RuieptBQBkp4scOZ6qdkMHZQObh/swGu6if7xxK+28aohO LovGmqpUjYpDvoqNuXe1fv8ScKzfZJe6pSTDfRRu1shNSitET6PudcIxZT6ro/Z6a7VP oY7Efmz0C/l0cQ5E9FKu+gwX1d/vFCHdHE4Puvl0/IcsIQmUCH75e5dPdpq7+W55JUCC ggaClxE59kI522sx2CrCky9wP7gqvChTzXwpX8lpbNx6BUnGU30s9NEt7fZVNFmNTRHF 71Ig== 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=L6iab46z0QLNVBBJ/c0fbKC+HKFpfKj3lqUEqYxQu/0=; b=RftwlAU1mjVirrwZkgBEgaxMDyKov1HjSpmciiNpU1HTHpUk00flhcvA0loEq57fx1 eK/phCzTOchupgZc89f1W+GFUTO9CQ94AHQ9r5H31x42z9mYkVb0nFVZ2bVyju+YJjn3 B89rFhQ6GMspefbJkEAPyIZOUhd+VnNNMiHQhB2uBSiG24SkGL+3rsqgc6WuA/vHWjob aW6ajgiraYl73ISt5QIA9KKYi6eWk2e9LzL/MqWshU7qgMVv0O/gdCUTphrDDcB5G+9C jqU6Efhdah5gMVpuIhJ/QYT6Y38z/SH5Terp7pw05Lgn4WyRrc3FlKlwQzDmDFpwoHtN e0hQ== 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 j14si42464729pfd.113.2018.11.24.00.36.57; Sat, 24 Nov 2018 00:37:11 -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 S2439964AbeKXBD0 (ORCPT + 99 others); Fri, 23 Nov 2018 20:03:26 -0500 Received: from mail.bootlin.com ([62.4.15.54]:33966 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2436664AbeKXBDB (ORCPT ); Fri, 23 Nov 2018 20:03:01 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 150A820DBF; 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 AAB4420791; Fri, 23 Nov 2018 15:18:36 +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 07/12] dt-bindings: PCI: aardvark: describe the clocks property Date: Fri, 23 Nov 2018 15:18:26 +0100 Message-Id: <20181123141831.8214-8-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 Describe the missing gated clock feeding the PCIe IP. 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 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