From patchwork Fri Aug 11 03:36:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xingyu Wu X-Patchwork-Id: 134302 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a59:b824:0:b0:3f2:4152:657d with SMTP id z4csp840608vqi; Thu, 10 Aug 2023 21:00:59 -0700 (PDT) X-Google-Smtp-Source: AGHT+IGnaugWFREtYECvJQ0Zey23iKgo8nKRknJ323pqt5e6aqQ7D1NO9a5HKahbjM7TxhDV4qIj X-Received: by 2002:a17:902:f551:b0:1bb:97d0:c628 with SMTP id h17-20020a170902f55100b001bb97d0c628mr972471plf.31.1691726459383; Thu, 10 Aug 2023 21:00:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1691726459; cv=none; d=google.com; s=arc-20160816; b=pQOy0P0ji+ABGE1vDzwjzyfifJqwaCOhi76WsDma2cB2gXDjbqc0hnbe3Qi0kgoEBT 4Hi0wcl4DbKtjkWZUaxFE9D+3J1gINCBejglvlBeBSg5/M6TlCTb9vKlBb0YfG5yxe5i RZC6Wemq4uMMwkvzNqbw2ElTofwOSmZokt+zeRL6vqAlSDVOSYloyAw5Kq2mJApOgSOC XGziHdXRZscDc1WJh3MTIotBL4WPdltgFjDcFOCnT9j2D9djXyhdo//h1gDSXkDOFk4w Npm/ok6gqXLoY+yxOC97qBwLzszBDQDoCIAvFAPxTwhj2pRg43TaBkYwsU2jqs1a1Lld /qVA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=CZFjGkMDXqTAEX3+HcDkqVRufMuSbhCbWtGv8fOeKBE=; fh=oQfW/BnugQDFdZ/OZ8pojeC4aGT9oHxqKHQSqFqbYuI=; b=RhTCV+LbtsCQu5iRxLfUBasn/sXruKMgmnwe5hDq3Ps4zDEpmh9EPeBMzrOoS2Y9l5 OO5KqhuoGHGOaoj3jUeXZuF4kPD3PAW5X4m2NCwICne7Q313Cs3aRW5ruh981+bJbAm8 I8CBadHh45H7ZmEXvSymhH7i1JZYonQZOiPuzwVCz0hKlJZPIm1f0XyTN1B/i1u6koHz psx86tCg/i2YuG3Wrbo8bsj6VsJcDok2Z8pmxRVnUqfjS8mpEnfC/gfxbFLvFh5gcPg1 /a8E2XKMqHSZbPyXLE5Lpx4HuO1gR0vJOgwigEW48B13fqJdImiKcOT40onrBdxYVhCj OHtw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id c16-20020a170902d49000b001bb3bcd05bbsi2692791plg.471.2023.08.10.21.00.44; Thu, 10 Aug 2023 21:00:59 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233077AbjHKDg4 convert rfc822-to-8bit (ORCPT + 99 others); Thu, 10 Aug 2023 23:36:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233133AbjHKDgt (ORCPT ); Thu, 10 Aug 2023 23:36:49 -0400 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E7A52D66; Thu, 10 Aug 2023 20:36:45 -0700 (PDT) Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id 8385024E282; Fri, 11 Aug 2023 11:36:37 +0800 (CST) Received: from EXMBX061.cuchost.com (172.16.6.61) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 11 Aug 2023 11:36:37 +0800 Received: from localhost.localdomain (183.27.98.20) by EXMBX061.cuchost.com (172.16.6.61) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 11 Aug 2023 11:36:36 +0800 From: Xingyu Wu To: Michael Turquette , Stephen Boyd , Emil Renner Berthing CC: Conor Dooley , Hal Feng , Xingyu Wu , , Subject: [PATCH v1] clk: starfive: jh7110-sys: Set PLL0 rate to 1.5GHz Date: Fri, 11 Aug 2023 11:36:31 +0800 Message-ID: <20230811033631.160912-1-xingyu.wu@starfivetech.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [183.27.98.20] X-ClientProxiedBy: EXCAS062.cuchost.com (172.16.6.22) To EXMBX061.cuchost.com (172.16.6.61) X-YovoleRuleAgent: yovoleflag X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: 1773903763662718217 X-GMAIL-MSGID: 1773903763662718217 Set PLL0 rate to 1.5GHz. Change the parent of cpu_root clock and the divider of cpu_core before setting. Signed-off-by: Xingyu Wu Reviewed-by: Hal Feng --- Hi Stephen and Emil, This patch sets PLL0 rate to 1.5GHz. In order not to affect the cpu operation, the cpu_root's parent clock should be changed first. And the divider of the cpu_core clock should be set to 2 so they won't crash when setting 1.5GHz without voltage regulation. This patch is based on linux-next which has merge PLL driver on StarFive JH7110 SoC. Thanks, Xingyu Wu --- .../clk/starfive/clk-starfive-jh7110-sys.c | 47 ++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/drivers/clk/starfive/clk-starfive-jh7110-sys.c b/drivers/clk/starfive/clk-starfive-jh7110-sys.c index 3884eff9fe93..b6b9e967dfc7 100644 --- a/drivers/clk/starfive/clk-starfive-jh7110-sys.c +++ b/drivers/clk/starfive/clk-starfive-jh7110-sys.c @@ -501,7 +501,52 @@ static int __init jh7110_syscrg_probe(struct platform_device *pdev) if (ret) return ret; - return jh7110_reset_controller_register(priv, "rst-sys", 0); + ret = jh7110_reset_controller_register(priv, "rst-sys", 0); + if (ret) + return ret; + + /* + * Set PLL0 rate to 1.5GHz + * In order to not affect the cpu when the PLL0 rate is changing, + * we need to switch the parent of cpu_root clock to osc clock first, + * and then switch back after setting the PLL0 rate. + */ + pllclk = clk_get(priv->dev, "pll0_out"); + if (!IS_ERR(pllclk)) { + struct clk *osc = clk_get(&pdev->dev, "osc"); + struct clk *cpu_root = priv->reg[JH7110_SYSCLK_CPU_ROOT].hw.clk; + struct clk *cpu_core = priv->reg[JH7110_SYSCLK_CPU_CORE].hw.clk; + + if (IS_ERR(osc)) { + clk_put(pllclk); + return PTR_ERR(osc); + } + + /* + * CPU need voltage regulation by CPUfreq if set 1.5GHz. + * So in this driver, cpu_core need to be set the divider to be 2 first + * and will be 750M after setting parent. + */ + ret = clk_set_rate(cpu_core, clk_get_rate(cpu_core) / 2); + if (ret) + goto failed_set; + + ret = clk_set_parent(cpu_root, osc); + if (ret) + goto failed_set; + + ret = clk_set_rate(pllclk, 1500000000); + if (ret) + goto failed_set; + + ret = clk_set_parent(cpu_root, pllclk); + +failed_set: + clk_put(pllclk); + clk_put(osc); + } + + return ret; } static const struct of_device_id jh7110_syscrg_match[] = {