From patchwork Wed Jun 12 07:25:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13694557 Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [195.130.132.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C9BB216D4F7 for ; Wed, 12 Jun 2024 07:25:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.52 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718177122; cv=none; b=msOolRsK8LMaDk2WfBHCPP605Lsc5Y3rfKRw9R1dn8aizmMccLmpLtu966M6NR2u8VDUm0TrFDpof1yMmSQxiAPhWRqZmjSEHj4BN5ajBkitoLsH/iWlmKaRDdKW3Mc7jiDCkOqd8eNGmEyef82Y2uEmjC67x1yxprR4k6fv6NA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718177122; c=relaxed/simple; bh=344gSn+Afg2LPKoOHlxe1nr/xRR9XSgwET6Oi3+JYtE=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=PJrJI2ocdCNvxcn0yJWVoTykQEp60uFg6TazaMd7WpW2hHKw+GqrEFwhtcc/G2tRhxkxEL2bXTqNbpIYvwv9xVoxOZgPy75q67VbEdiGmTFa61EFNwzqQbWBtyAg7inPo0j9c032+9m+T4/mh0Kw/h5vdu1wrpN+mGA79rORMSg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.52 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:170b:1b4a:247:a009]) by xavier.telenet-ops.be with bizsmtp id aXRH2C00F3axqkY01XRHJs; Wed, 12 Jun 2024 09:25:18 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1sHIL6-007OWQ-KC; Wed, 12 Jun 2024 09:25:17 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1sHIM9-00E9YS-Mu; Wed, 12 Jun 2024 09:25:17 +0200 From: Geert Uytterhoeven To: Michael Turquette , Stephen Boyd Cc: =?utf-8?q?Niklas_S=C3=B6derlund?= , Cong Dang , linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, Geert Uytterhoeven , Yoshihiro Shimoda Subject: [PATCH] clk: renesas: r8a779h0: Fix PLL2/PLL4 multipliers in comments Date: Wed, 12 Jun 2024 09:25:16 +0200 Message-Id: <07126b55807c1596422c9547e72f0a032487da1e.1718177076.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The multipliers for PLL2 and PLL4 as listed in the comments for the cpg_pll_configs[] array are incorrect. Fix them. Note that the actual values in the tables were correct. Reported-by: Yoshihiro Shimoda Fixes: f077cab34df3010d ("clk: renesas: cpg-mssr: Add support for R-Car V4M") Signed-off-by: Geert Uytterhoeven Reviewed-by: Niklas Söderlund Reviewed-by: Yoshihiro Shimoda --- To be queued in renesas-clk for v6.11. --- drivers/clk/renesas/r8a779h0-cpg-mssr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/clk/renesas/r8a779h0-cpg-mssr.c b/drivers/clk/renesas/r8a779h0-cpg-mssr.c index 0a553d5170d5fdde..1057a2b6a72769dd 100644 --- a/drivers/clk/renesas/r8a779h0-cpg-mssr.c +++ b/drivers/clk/renesas/r8a779h0-cpg-mssr.c @@ -243,10 +243,10 @@ static const struct mssr_mod_clk r8a779h0_mod_clks[] = { * MD EXTAL PLL1 PLL2 PLL3 PLL4 PLL5 PLL6 OSC * 14 13 (MHz) * ------------------------------------------------------------------------ - * 0 0 16.66 / 1 x192 x204 x192 x144 x192 x168 /16 - * 0 1 20 / 1 x160 x170 x160 x120 x160 x140 /19 + * 0 0 16.66 / 1 x192 x240 x192 x240 x192 x168 /16 + * 0 1 20 / 1 x160 x200 x160 x200 x160 x140 /19 * 1 0 Prohibited setting - * 1 1 33.33 / 2 x192 x204 x192 x144 x192 x168 /32 + * 1 1 33.33 / 2 x192 x240 x192 x240 x192 x168 /32 */ #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 13) | \ (((md) & BIT(13)) >> 13))