From patchwork Thu Apr 14 07:40:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 12813036 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD4A2C43217 for ; Thu, 14 Apr 2022 07:40:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240377AbiDNHnG (ORCPT ); Thu, 14 Apr 2022 03:43:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59500 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240570AbiDNHm6 (ORCPT ); Thu, 14 Apr 2022 03:42:58 -0400 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 576B540931; Thu, 14 Apr 2022 00:40:33 -0700 (PDT) Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id 8E5581C0014; Thu, 14 Apr 2022 07:40:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1649922031; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jS+PmEe67ZVUOMWY42bQ+yym/wpbxNw3llVW9z5Zvxw=; b=KVnXTTE22AbVbwbeB0FbqQg3/x3nd6RBedmXmH9vAqrks3IFm+BAC4f9AxuD0ashSUP7EY M9eYJM0mtTIlPG/wYH4lvt+5vUPnl0e7Stmzbe74qF34+Jk4y5VgxtKW/AiuMQU9hzTKV0 nnzrDpbcx4dcVp4gqFuPcqV8OfHfM5dtRZzNTCgYyUjes7OsWdzeHlTzmEeCFCvwwryrJS FAdQhdXlrvTEIPF2+e+n0do5Aw4ea8spZJXRkwPMpMkwu4tRyRCKml2gZbdu2Cjd8a1Ho2 96uEu4xqD1h6A9U6F4Swd5+cc59A+1W6NkO0SK25d7rD5Pzo1Z1NOi60qyDcgg== From: Herve Codina To: Marek Vasut , Yoshihiro Shimoda , Bjorn Helgaas , Rob Herring , Krzysztof Kozlowski , Geert Uytterhoeven , Magnus Damm , Lorenzo Pieralisi , =?utf-8?q?Krzysztof_Wilczy?= =?utf-8?q?=C5=84ski?= Cc: Rob Herring , linux-pci@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Sergey Shtylyov , Thomas Petazzoni , Clement Leger , Miquel Raynal , Herve Codina Subject: [PATCH v2 3/8] dt-bindings: PCI: renesas-pci-usb: Allow multiple clocks Date: Thu, 14 Apr 2022 09:40:06 +0200 Message-Id: <20220414074011.500533-4-herve.codina@bootlin.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220414074011.500533-1-herve.codina@bootlin.com> References: <20220414074011.500533-1-herve.codina@bootlin.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Define that multiple clocks can be present at clocks property. Signed-off-by: Herve Codina --- Documentation/devicetree/bindings/pci/renesas,pci-usb.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pci/renesas,pci-usb.yaml b/Documentation/devicetree/bindings/pci/renesas,pci-usb.yaml index 3f8d79b746c7..5b85be751b88 100644 --- a/Documentation/devicetree/bindings/pci/renesas,pci-usb.yaml +++ b/Documentation/devicetree/bindings/pci/renesas,pci-usb.yaml @@ -54,7 +54,8 @@ properties: Standard property that helps to define the interrupt mapping. clocks: - description: The reference to the device clock. + description: + The references to the device clocks (several clocks can be referenced). bus-range: description: |