From patchwork Fri May 20 08:56:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 12856530 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6621EC433F5 for ; Fri, 20 May 2022 08:58:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=m83DG3m98BV3uY5iPE+uvJNZDugfCRdaTnByq0pweoU=; b=XD2aKP8c1uT+Ni +eFSA+6P5NKhIe6mCKq3trnBjdoctECOD4QXz1D99/50Mobf1CxLWn+Fv5CBgYBGzHcHBOmF/bBjg D2EJbmo04+qdl7J2XOOAYyp3pfoVC1TZT0gwBAfbvOyb4cPNJ4Tz8+gFft0TXJZn86xlh+N6IKbxH qMjKsjoEBnZXun/DmCw3TSRLsOto7Q9KJQGlEkFE2VKDCa67sryEps9e/hmifYPvWe4G0sHQcHJN1 0nrvoPiwtoL5gB3KtQ74ti6J8xyMpn0+QZFxfQKIYTSxJHttWu8H915YbDDY7/lzMoY3p93JrrIO3 AUHJXOtTohRZFPrHqGAQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nryRp-00BPJI-TO; Fri, 20 May 2022 08:57:25 +0000 Received: from mo-csw1516.securemx.jp ([210.130.202.155] helo=mo-csw.securemx.jp) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nryRm-00BPIY-Nt for linux-arm-kernel@lists.infradead.org; Fri, 20 May 2022 08:57:24 +0000 Received: by mo-csw.securemx.jp (mx-mo-csw1516) id 24K8uskm030850; Fri, 20 May 2022 17:56:54 +0900 X-Iguazu-Qid: 34trvzMrv8epPT65NT X-Iguazu-QSIG: v=2; s=0; t=1653037014; q=34trvzMrv8epPT65NT; m=wCqfnp8vQEQyhU528pIyqI4BbH8Xu5y1VmAO4hRtlXU= Received: from imx12-a.toshiba.co.jp (imx12-a.toshiba.co.jp [61.202.160.135]) by relay.securemx.jp (mx-mr1510) id 24K8uqbh040873 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 20 May 2022 17:56:53 +0900 From: Nobuhiro Iwamatsu To: Lorenzo Pieralisi , =?utf-8?q?Krzysztof_Wilcz?= =?utf-8?q?y=C5=84ski?= , Bjorn Helgaas , Rob Herring Cc: linux-pci@vger.kernel.org, yuji2.ishikawa@toshiba.co.jp, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Nobuhiro Iwamatsu Subject: [PATCH] dt-bindings: pci: toshiba, visconti-pcie: Update the common clock properties Date: Fri, 20 May 2022 17:56:48 +0900 X-TSB-HOP2: ON Message-Id: <20220520085648.620703-1-nobuhiro1.iwamatsu@toshiba.co.jp> X-Mailer: git-send-email 2.36.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220520_015723_021611_1242FA0A X-CRM114-Status: UNSURE ( 8.57 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The clock for this driver switched to the common clock controller driver. Therefore, update common clock properties for PCIe controller in the binding document. Signed-off-by: Nobuhiro Iwamatsu Acked-by: Rob Herring --- .../devicetree/bindings/pci/toshiba,visconti-pcie.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml b/Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml index 30b6396d83c8..b9d0484606cc 100644 --- a/Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml +++ b/Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml @@ -69,6 +69,7 @@ unevaluatedProperties: false examples: - | + #include #include #include @@ -102,7 +103,7 @@ examples: 0 0 0 2 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH 0 0 0 3 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH 0 0 0 4 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>; - clocks = <&extclk100mhz>, <&clk600mhz>, <&clk25mhz>; + clocks = <&extclk100mhz>, <&pismu TMPV770X_CLK_PCIE_MSTR>, <&pismu TMPV770X_CLK_PCIE_AUX>; clock-names = "ref", "core", "aux"; max-link-speed = <2>; };