From patchwork Thu Sep 5 02:31:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hongxing Zhu X-Patchwork-Id: 13791637 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 5A1DFCD4F4E for ; Thu, 5 Sep 2024 02:53:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:Cc: To:From:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=X8wakUlgR+x3L4leODVWYyifq0Q5IH0M4MYlDLXoS8g=; b=CfbKg5gEJFScaJFoT3DoZIfYW+ tbkG+YVKN0rJfNN006LOzUrpCrls786i0+jVvuQVcKOGaDFQmW/YA98I2o1UWwJ49aHaw2Go1rFJ9 MAiYbhxc4/UUpnUTOOx8f0jBRJ9FZr/2GppofvfoawAjwYB5naFXvDh7kGo8fy9a7fymhCWN484p3 Icu3UFPpyh576Xj/usHtWE70bu6I07s+/xgtnhDnSFV65w8q3hlatOEWP0xxudlL/g6fCzb4T0NEt uTvSzCAWXo/sof6vVW0KDqy3I58kij6OVyer3rVZxuKVdxmD3hNiXFaGmBe1qTtRt+8UVDGqp6W52 aWNDlVxA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sm2cl-00000006kCG-16Pe; Thu, 05 Sep 2024 02:53:31 +0000 Received: from inva020.nxp.com ([92.121.34.13]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sm2bm-00000006k0S-3fLg for linux-arm-kernel@lists.infradead.org; Thu, 05 Sep 2024 02:52:32 +0000 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 71CF91A0593; Thu, 5 Sep 2024 04:52:27 +0200 (CEST) Received: from aprdc01srsp001v.ap-rdc01.nxp.com (aprdc01srsp001v.ap-rdc01.nxp.com [165.114.16.16]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 382F21A0595; Thu, 5 Sep 2024 04:52:27 +0200 (CEST) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by aprdc01srsp001v.ap-rdc01.nxp.com (Postfix) with ESMTP id 4C1151834898; Thu, 5 Sep 2024 10:52:25 +0800 (+08) From: Richard Zhu To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, abelvesa@kernel.org, peng.fan@nxp.com, mturquette@baylibre.com, sboyd@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, festevam@gmail.com Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, imx@lists.linux.dev, kernel@pengutronix.de Subject: [PATCH v2 0/3] Add one clock gate for i.MX95 HSIO block Date: Thu, 5 Sep 2024 10:31:05 +0800 Message-Id: <1725503468-22105-1-git-send-email-hongxing.zhu@nxp.com> X-Mailer: git-send-email 2.7.4 X-Virus-Scanned: ClamAV using ClamSMTP X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240904_195231_071594_876A8CF6 X-CRM114-Status: UNSURE ( 7.06 ) 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 CREF_EN (Bit6) of LFAST_IO_REG control i.MX95 PCIe REF clock out enable/disable. Add one clock gate for i.MX95 HSIO block to support PCIe REF clock out gate. v2 changes: - Correct the compatible entries by alphabetical order - Include all necessary To/Cc entried reminderd by Krzysztof. Thanks. [PATCH v2 1/3] dt-bindings: clock: nxp,imx95-blk-ctl: Correct [PATCH v2 2/3] dt-bindings: clock: nxp,imx95-blk-ctl: Add compatible [PATCH v2 3/3] clk: imx95-blk-ctl: Add one clock gate for HSIO block Documentation/devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml | 5 +++-- drivers/clk/imx/clk-imx95-blk-ctl.c | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-)